[U-Boot-Users] [patch] add CFG_FLASH_SIZE in include/configs/suzaku.h
Yasushi SHOJI
yashi at atmark-techno.com
Mon Jun 28 21:44:41 CEST 2004
Hi,
this patch adds CFG_FLASH_SIZE in include/configs/suzaku.h. We have
fixed size flash memory on board, so just define it.
thanks,
--
yashi
* Patch by Yasushi SHOJI, 29 Jun 2004:
- add CFG_FLASH_SIZE to include/configs/suzaku.h since we have fixed
size flash memory on SUZAKU
Index: u-boot/include/configs/suzaku.h
===================================================================
--- u-boot.orig/include/configs/suzaku.h
+++ u-boot/include/configs/suzaku.h
@@ -47,6 +47,7 @@
#define CFG_SDRAM_BASE 0x80000000
#define CFG_SDRAM_SIZE 0x01000000
#define CFG_FLASH_BASE 0xfff00000
+#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))
More information about the U-Boot
mailing list