From: Thomas Weber Date: Mon, 14 May 2012 10:28:54 +0000 (+0000) Subject: omap4/5: Use CPUDIR for .lds script X-Git-Tag: v2012.07-rc1~11^2~179 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1df0fd37388fe0dc77a75f5aece04f70cc3f7e6;p=platform%2Fkernel%2Fu-boot.git omap4/5: Use CPUDIR for .lds script Signed-off-by: Thomas Weber --- diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h index 8448142..e7a3de5 100644 --- a/include/configs/omap4_common.h +++ b/include/configs/omap4_common.h @@ -281,7 +281,7 @@ #define CONFIG_SPL_FAT_SUPPORT #define CONFIG_SPL_LIBGENERIC_SUPPORT #define CONFIG_SPL_SERIAL_SUPPORT -#define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/armv7/omap-common/u-boot-spl.lds" +#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/omap-common/u-boot-spl.lds" #define CONFIG_SYS_ENABLE_PADS_ALL diff --git a/include/configs/omap5_evm.h b/include/configs/omap5_evm.h index 60c7a29..8378387 100644 --- a/include/configs/omap5_evm.h +++ b/include/configs/omap5_evm.h @@ -261,7 +261,7 @@ #define CONFIG_SPL_FAT_SUPPORT #define CONFIG_SPL_LIBGENERIC_SUPPORT #define CONFIG_SPL_SERIAL_SUPPORT -#define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/armv7/omap-common/u-boot-spl.lds" +#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/omap-common/u-boot-spl.lds" /* * 64 bytes before this address should be set aside for u-boot.img's