summaryrefslogtreecommitdiff
path: root/include/configs/suzaku.h
diff options
context:
space:
mode:
authorMichal Simek <root@monstr.eu>2007-03-26 01:39:07 +0200
committerMichal Simek <root@monstr.eu>2007-03-26 01:39:07 +0200
commit1798049522f594013aea29457d46794298c6ae15 (patch)
tree966edd78aadda268b6412e616c051602f99a6094 /include/configs/suzaku.h
parentcfc67116a706fd18b8f6a9c11a16753c5626d689 (diff)
Support for XUPV2P board
Reset support BSP autoconfig support
Diffstat (limited to 'include/configs/suzaku.h')
-rw-r--r--include/configs/suzaku.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/suzaku.h b/include/configs/suzaku.h
index 1ee6be174f..be19269180 100644
--- a/include/configs/suzaku.h
+++ b/include/configs/suzaku.h
@@ -44,8 +44,9 @@
#define CFG_FLASH_SIZE 0x00400000
#define CFG_RESET_ADDRESS 0xfff00100
#define CFG_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */
-#define CFG_MONITOR_BASE (CFG_SDRAM_BASE + CFG_SDRAM_SIZE - (1024 * 1024))
+#define CFG_MONITOR_BASE (CFG_SDRAM_BASE + CFG_SDRAM_SIZE - (1024 * 1024))
#define CFG_MALLOC_LEN (256 << 10) /* Reserve 256 kB for malloc */
+#define CFG_MALLOC_BASE (CFG_MONITOR_BASE - (1024 * 1024))
#define CONFIG_BAUDRATE 115200
#define CFG_BAUDRATE_TABLE { 115200 }