diff options
author | Wolfgang Denk <wd@denx.de> | 2010-11-23 23:48:56 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-11-27 23:35:12 +0100 |
commit | de550d6b34140f1fa9e4e2f082de5ee7009dceb5 (patch) | |
tree | bb69918eacc35ffbbd19d87efcbd8a463fc6cef0 /include/configs/Sandpoint8240.h | |
parent | f0687a5b67abf78409d10193428f451b75a83366 (diff) | |
download | u-boot-midas-de550d6b34140f1fa9e4e2f082de5ee7009dceb5.tar.gz u-boot-midas-de550d6b34140f1fa9e4e2f082de5ee7009dceb5.tar.bz2 u-boot-midas-de550d6b34140f1fa9e4e2f082de5ee7009dceb5.zip |
824x: Cleanup for partial linking and --gc-sections
Signed-off-by: Wolfgang Denk <wd@denx.de>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/Sandpoint8240.h')
-rw-r--r-- | include/configs/Sandpoint8240.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/Sandpoint8240.h b/include/configs/Sandpoint8240.h index 74c9ed10c8..524a3e0690 100644 --- a/include/configs/Sandpoint8240.h +++ b/include/configs/Sandpoint8240.h @@ -40,6 +40,7 @@ #define CONFIG_SANDPOINT 1 #define CONFIG_SYS_TEXT_BASE 0xFFF00000 +#define CONFIG_SYS_LDSCRIPT "board/sandpoint/u-boot.lds" #if 0 #define USE_DINK32 1 |