summaryrefslogtreecommitdiffstats
path: root/include/configs/astro_mcf5373l.h
diff options
context:
space:
mode:
authorH. Nikolaus Schaller <hns@goldelico.com>2010-11-03 21:57:05 +0100
committerH. Nikolaus Schaller <hns@goldelico.com>2010-11-03 21:57:05 +0100
commit72df8fcb44ffe40f0a1d8226977f6ec3d9019948 (patch)
treefbc97e38a14b78807ce418b07cee6dc71d11da68 /include/configs/astro_mcf5373l.h
parente5aa319fe00b28dd9c915e03adbaf7ed9bb5c323 (diff)
parent0c0892be0d93a5a892b93739c5eb3bf692fed4ff (diff)
downloadbootable_bootloader_goldelico_gta04-72df8fcb44ffe40f0a1d8226977f6ec3d9019948.zip
bootable_bootloader_goldelico_gta04-72df8fcb44ffe40f0a1d8226977f6ec3d9019948.tar.gz
bootable_bootloader_goldelico_gta04-72df8fcb44ffe40f0a1d8226977f6ec3d9019948.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot into gta04e
Diffstat (limited to 'include/configs/astro_mcf5373l.h')
-rw-r--r--include/configs/astro_mcf5373l.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/configs/astro_mcf5373l.h b/include/configs/astro_mcf5373l.h
index f2bc26a..d468e49 100644
--- a/include/configs/astro_mcf5373l.h
+++ b/include/configs/astro_mcf5373l.h
@@ -300,11 +300,10 @@
* Definitions for initial stack pointer and data area (in internal SRAM)
*/
#define CONFIG_SYS_INIT_RAM_ADDR 0x80000000
-#define CONFIG_SYS_INIT_RAM_END 0x8000
+#define CONFIG_SYS_INIT_RAM_SIZE 0x8000
#define CONFIG_SYS_INIT_RAM_CTRL 0x221
-#define CONFIG_SYS_GBL_DATA_SIZE 128
-#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_END - \
- CONFIG_SYS_GBL_DATA_SIZE)
+#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
+ GENERATED_GBL_DATA_SIZE)
#define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET
/*
@@ -387,9 +386,9 @@
#define CONFIG_SYS_CACHELINE_SIZE 16
#define ICACHE_STATUS (CONFIG_SYS_INIT_RAM_ADDR + \
- CONFIG_SYS_INIT_RAM_END - 8)
+ CONFIG_SYS_INIT_RAM_SIZE - 8)
#define DCACHE_STATUS (CONFIG_SYS_INIT_RAM_ADDR + \
- CONFIG_SYS_INIT_RAM_END - 4)
+ CONFIG_SYS_INIT_RAM_SIZE - 4)
#define CONFIG_SYS_ICACHE_INV (CF_CACR_CINVA)
#define CONFIG_SYS_CACHE_ACR0 (CONFIG_SYS_SDRAM_BASE | \
CF_ADDRMASK(CONFIG_SYS_SDRAM_SIZE) | \