Move LDSCRIPT definitions to board config files.
[platform/kernel/u-boot.git] / include / configs / rsdproto.h
index 5761f20..2ed189e 100644 (file)
@@ -40,6 +40,7 @@
 #define CONFIG_CPM2            1       /* Has a CPM2 */
 
 #define        CONFIG_SYS_TEXT_BASE    0xff000000
+#define        CONFIG_SYS_LDSCRIPT     "board/rsdproto/u-boot.lds"
 
 #define        CONFIG_MISC_INIT_F      1       /* Use misc_init_f()            */