summaryrefslogtreecommitdiff
path: root/include/configs/T4240RDB.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-06-02 08:57:31 -0400
committerTom Rini <trini@konsulko.com>2019-06-14 16:10:49 -0400
commitc7110a0ad5ee901c9df7e7e98b63724f44332e18 (patch)
treed08b078ca1a5f5f584047506cf493f1fe5ce4812 /include/configs/T4240RDB.h
parentdb4080d56dec857a90367e2d5e4fa0ad0d2a37c3 (diff)
configs: Remove unneeded CONFIG_SYS_LDSCRIPT instances
A number of boards set CONFIG_SYS_LDSCRIPT and then end up using one of the default searched LDSCRIPT paths. Remove these customizations. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/T4240RDB.h')
-rw-r--r--include/configs/T4240RDB.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h
index 318f1ea4c0..0accdc6119 100644
--- a/include/configs/T4240RDB.h
+++ b/include/configs/T4240RDB.h
@@ -35,7 +35,6 @@
#ifndef CONFIG_SPL_BUILD
#define CONFIG_SYS_MPC85XX_NO_RESETVEC
#endif
-#define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc85xx/u-boot.lds"
#define CONFIG_SYS_FSL_PBL_RCW $(SRCTREE)/board/freescale/t4rdb/t4_sd_rcw.cfg
#endif