summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2011-06-11 15:16:32 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-06-21 22:26:21 +0200
commite845f9006a617eb4449e7dea9fd7493438db804e (patch)
treed0b1566fc117973eff43ad93a9b383aac8178f2d /include/configs
parent22a9ea974bdf18e6adad5c4f80b1c60ef384690c (diff)
downloadblackbird-obmc-uboot-e845f9006a617eb4449e7dea9fd7493438db804e.tar.gz
blackbird-obmc-uboot-e845f9006a617eb4449e7dea9fd7493438db804e.zip
mx1ads: Fix build by using new relocation scheme
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx1ads.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/mx1ads.h b/include/configs/mx1ads.h
index 166da6ca7f..7b68ec5b60 100644
--- a/include/configs/mx1ads.h
+++ b/include/configs/mx1ads.h
@@ -156,6 +156,16 @@
#define PHYS_SDRAM_1 0x08000000 /* SDRAM on CSD0 */
#define PHYS_SDRAM_1_SIZE 0x04000000 /* 64 MB */
+#define CONFIG_SYS_TEXT_BASE 0x10000000
+
+#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
+#define CONFIG_SYS_INIT_RAM_ADDR 0x00300000
+#define CONFIG_SYS_INIT_RAM_SIZE 0x000FFFFF
+#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
+ GENERATED_GBL_DATA_SIZE)
+#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \
+ CONFIG_SYS_GBL_DATA_OFFSET)
+
#define CONFIG_SYS_MAX_FLASH_BANKS 1 /* 1 bank of SyncFlash */
#define CONFIG_SYS_FLASH_BASE 0x0C000000 /* SyncFlash on CSD1 */
#define FLASH_BANK_SIZE 0x01000000 /* 16 MB Total */
OpenPOWER on IntegriCloud