[U-Boot-Users] [patch] add CFG_FLASH_SIZE in include/configs/suzaku.h

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))

In message 20040628194441.C8FA63E90A@dns1.atmark-techno.com you wrote:
this patch adds CFG_FLASH_SIZE in include/configs/suzaku.h. We have fixed size flash memory on board, so just define it.
Added, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Wolfgang Denk
-
Yasushi SHOJI