summaryrefslogtreecommitdiffstats
path: root/include/configs/inka4x0.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-11-28 21:18:58 +0100
committerWolfgang Denk <wd@denx.de>2010-12-09 10:27:41 +0100
commit2ced53e1ad552a7a192b2f3c9671e60eb668ecfa (patch)
tree956d71a28526f6bc0147d986459cd1661639db69 /include/configs/inka4x0.h
parent263d5c2f84350703d31ccbfb76c6853570278e6c (diff)
downloadtalos-obmc-uboot-2ced53e1ad552a7a192b2f3c9671e60eb668ecfa.tar.gz
talos-obmc-uboot-2ced53e1ad552a7a192b2f3c9671e60eb668ecfa.zip
Move LDSCRIPT definitions to board config files.
Recent cleanup actions resulted in a number of config.mk files that contained only LDSCRIPT definitions. Move these into th respective board config files and remove the now empty config.mk files. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com> Cc: Detlev Zundel <dzu@denx.de> Cc: Heiko Schocher <hs@denx.de> Cc: Andre Schwarz <andre.schwarz@matrix-vision.de> Cc: Peter De Schrijver <p2@mind.be> Acked-by: Detlev Zundel < dzu@denx.de> Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de> Acked-by: Heiko Schocher<hs@denx.de> Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Diffstat (limited to 'include/configs/inka4x0.h')
-rw-r--r--include/configs/inka4x0.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/inka4x0.h b/include/configs/inka4x0.h
index 9b116e690e..b19d54481f 100644
--- a/include/configs/inka4x0.h
+++ b/include/configs/inka4x0.h
@@ -44,6 +44,7 @@
#ifndef CONFIG_SYS_TEXT_BASE
#define CONFIG_SYS_TEXT_BASE 0xFFE00000 /* Standard: boot low */
#endif
+#define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc5xxx/u-boot-customlayout.lds"
#define CONFIG_SYS_MPC5XXX_CLKIN 33000000 /* ... running at 33.000000MHz */
OpenPOWER on IntegriCloud