diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/smdk5250.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h index e0a6deb0ee..5e326865e8 100644 --- a/include/configs/smdk5250.h +++ b/include/configs/smdk5250.h @@ -112,6 +112,11 @@ #define CONFIG_SPL #define COPY_BL2_FNPTR_ADDR 0x02020030 +/* specific .lds file */ +#define CONFIG_SPL_LDSCRIPT "board/samsung/smdk5250/smdk5250-uboot-spl.lds" +#define CONFIG_SPL_TEXT_BASE 0x02023400 +#define CONFIG_SPL_MAX_SIZE (14 * 1024) + #define CONFIG_BOOTCOMMAND "mmc read 40007000 451 2000; bootm 40007000" /* Miscellaneous configurable options */ |