From 2e36118b2b21e2801d8c24fed9291c498e8141a1 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 28 Aug 2014 12:47:21 +0200 Subject: [PATCH] zynq: Move ldscript define to different location Sync with mainline version. Signed-off-by: Michal Simek --- include/configs/zynq-common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 95a33afab73..fd618467e80 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -355,6 +355,8 @@ # define CONFIG_SYS_MMC_MAX_DEVICE 1 #endif +#define CONFIG_SYS_LDSCRIPT "arch/arm/cpu/armv7/zynq/u-boot.lds" + /* Commands */ #include @@ -385,8 +387,6 @@ # define CONFIG_PANIC_HANG #endif -#define CONFIG_SYS_LDSCRIPT "arch/arm/cpu/armv7/zynq/u-boot.lds" - /* SPL part */ #define CONFIG_SPL #define CONFIG_CMD_SPL -- 2.47.3