Home
last modified time | relevance | path

Searched hist:"8 b7cd098" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dconfig.mk8b7cd098 Thu Apr 11 04:35:50 CDT 2013 Benoît Thébaudeau <benoit.thebaudeau@advansee.com> imx: Fix automatic make targets for imx images

Automatically build the 'u-boot.imx' (i.e. imx header + u-boot.bin) and 'SPL'
(i.e. imx header + u-boot-spl.bin) make targets for all imx processors
supporting this header, so for arm926ejs, arm1136 and armv7. Some combinations
were missing.

At the same time, fix the build of SPL targets not supporting the imx header on
arm1136. For arm1136, the 'SPL' make target was forced to build in all cases if
CONFIG_SPL_BUILD was defined, even for non-imx platforms or imx setups without
an imx header.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>