diff options
author | Stefan Roese <sr@denx.de> | 2015-04-25 06:29:50 +0200 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-05-05 14:28:29 +0200 |
commit | 880b15a37b22ce516b24460e4bbedd9a6b055625 (patch) | |
tree | 675e0095653b882b00944e733befa9344bb792b4 /include/configs/db-mv784mp-gp.h | |
parent | f7c0ef073d9e6cdfb98ec7b6dd754926b6afc3ea (diff) | |
download | u-boot-880b15a37b22ce516b24460e4bbedd9a6b055625.tar.gz |
arm: mvebu: Move CONFIG_SPL_LDSCRIPT to common header
This way, new MVEBU boards don't need to specifiy the common location
for the SPL linker script.
Signed-off-by: Stefan Roese <sr@denx.de>
Tested-by: Kevin Smith <kevin.smith@elecsyscorp.com>
Tested-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Diffstat (limited to 'include/configs/db-mv784mp-gp.h')
-rw-r--r-- | include/configs/db-mv784mp-gp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/db-mv784mp-gp.h b/include/configs/db-mv784mp-gp.h index cfeeab5996..897f473f0c 100644 --- a/include/configs/db-mv784mp-gp.h +++ b/include/configs/db-mv784mp-gp.h @@ -100,7 +100,6 @@ #define CONFIG_SPL_LIBGENERIC_SUPPORT #define CONFIG_SPL_SERIAL_SUPPORT #define CONFIG_SPL_I2C_SUPPORT -#define CONFIG_SPL_LDSCRIPT "arch/arm/mach-mvebu/u-boot-spl.lds" /* SPL related SPI defines */ #define CONFIG_SPL_SPI_SUPPORT |