u-boot-brain/arch/arm/cpu/arm926ejs/mx28
Marek Vasut 8ba1604d34 M28: Cleanup memsize.o OOT build
The current way memsize.c is built just made a symlink into the directory
with SPL and then compiled it like any other file there. This was bad as that
broke the out-of-tree build.

The new way introduced in this patch uses the standard spl/Makefile methods
(CONFIG_SPL_LIBCOMMON_SUPPORT / CONFIG_SPL_LIBGENERIC_SUPPORT) to let files in
common/ be built. Because common/Makefile says memsize.c is always built (SPL
and non-SPL build), this fixes our issue with memsize.c out-of-tree build.

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Detlev Zundel <dzu@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
2011-12-09 17:30:10 +01:00
..
clock.c iMX28: Initial support for iMX28 CPU 2011-11-11 11:36:56 +01:00
iomux.c iMX28: Add PINMUX control 2011-11-11 11:36:57 +01:00
Makefile M28: Cleanup memsize.o OOT build 2011-12-09 17:30:10 +01:00
mx28_init.h i.MX28: Move SPL to arch/arm/cpu/arm926ejs/mx28 2011-12-09 17:30:10 +01:00
mx28.c iMX28: Fix ARM vector handling 2011-11-11 11:36:58 +01:00
spl_boot.c M28: Cleanup memsize.o OOT build 2011-12-09 17:30:10 +01:00
spl_mem_init.c i.MX28: Move SPL to arch/arm/cpu/arm926ejs/mx28 2011-12-09 17:30:10 +01:00
spl_power_init.c i.MX28: Move SPL to arch/arm/cpu/arm926ejs/mx28 2011-12-09 17:30:10 +01:00
start.S i.MX28: Move SPL to arch/arm/cpu/arm926ejs/mx28 2011-12-09 17:30:10 +01:00
timer.c iMX28: Initial support for iMX28 CPU 2011-11-11 11:36:56 +01:00
u-boot-spl.lds M28: Cleanup memsize.o OOT build 2011-12-09 17:30:10 +01:00