u-boot-brain/arch/arm/cpu/arm926ejs
Otavio Salvador 291b3dcd49 build: imx: Fix 'u-boot.imx' build without full OBJTREE reference
When calling 'make u-boot.imx' the build were failing as it were
expecting the full path for the file; this regression has been
included by commit 71a988a (imximage.cfg: run files through C
preprocessor).

The direct references for u-boot.imx were replaced by $(obj) as
config.mk handles the proper setting of it making it set to $(OBJTREE)
when required.

The build has been test using:

 - ./MAKEALL -s mx5 -s mx6
 - make u-boot.imx
 - make O=/tmp/build

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-12 18:39:08 +01:00
..
armada100 bugfix: all Marvell specific build fails due to undefined reference to `get_ticks' 2012-02-12 10:11:28 +01:00
at91 at91sam9x5: enable USB support for 9x5ek board. 2012-12-09 22:38:27 +01:00
davinci davinci: fixed cpu reset 2012-12-10 08:56:38 -07:00
kirkwood kirkwood: make MPP arrays static const 2013-01-09 04:12:10 +05:30
lpc32xx arm926ejs: add NXP LPC32x0 cpu series support 2012-05-15 08:31:21 +02:00
mb86r0x Fix Stelian's email address 2011-11-29 15:43:38 +01:00
mx25 mx25: Fix eSDHC support 2012-10-15 11:54:13 -07:00
mx27 gpio: add gpio api support to mx27 (v4) 2012-09-01 14:58:29 +02:00
mxs mxs: Use __weak annotation to simplify code 2013-01-28 06:54:19 +01:00
nomadik nhk8815: fix build errors 2012-03-28 23:53:22 +02:00
omap arch/arm/cpu/arm926ejs/omap/cpuinfo.c: Fix GCC 4.6 warnings 2011-11-23 08:14:27 +01:00
orion5x ARM: prevent misaligned array inits 2012-10-15 11:53:07 -07:00
pantheon bugfix: all Marvell specific build fails due to undefined reference to `get_ticks' 2012-02-12 10:11:28 +01:00
spear common: Discard the __u_boot_cmd section 2012-10-22 08:29:42 -07:00
versatile Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
cache.c ARM926EJS: Fix cache.c to comply with checkpatch.pl 2012-04-16 22:12:01 +02:00
config.mk build: imx: Fix 'u-boot.imx' build without full OBJTREE reference 2013-02-12 18:39:08 +01:00
cpu.c arm, arm-kirkwood: disable l2c before linux boot 2012-02-12 10:11:28 +01:00
Makefile arm926ejs: add noop implementation for dcache ops 2011-12-06 23:59:35 +01:00
start.S arm: remove useless code in start.S files 2013-01-08 22:14:54 +01:00