]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
Enable buffered flash writes for TB5200 board.
authorWolfgang Denk <wd@pollux.denx.de>
Wed, 19 Jul 2006 12:16:38 +0000 (14:16 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Wed, 19 Jul 2006 12:16:38 +0000 (14:16 +0200)
CHANGELOG
include/configs/TB5200.h

index 067e90d3b5507144b70bd9e8f36912c45348b529..bc53ae7cfde155f8c494282dd3190f796b82d92c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,8 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Enable buffered flash writes for TB5200 board.
+
 * Fix some bugs in TRAB board flash driver.
   - increase CFG_FLASH_ERASE_TOUT from 2 to 15 seconds
   - use CFG_FLASH_WRITE_TOUT for programming instead of CFG_FLASH_ERASE_TOUT
index d7938474fc0e98391443b5027811fcfeb711d4f2..567a1b9dd5adb82a2e314e004bd00ece5027d66f 100644 (file)
 #define CFG_FLASH_EMPTY_INFO
 #define CFG_FLASH_SIZE         0x04000000 /* 64 MByte */
 #define CFG_MAX_FLASH_SECT     512     /* max num of sects on one chip */
-#undef CFG_FLASH_USE_BUFFER_WRITE      /* not supported yet for AMD */
+#define CFG_FLASH_USE_BUFFER_WRITE     1
 
 #if !defined(CFG_LOWBOOT)
 #define CFG_ENV_ADDR           (CFG_FLASH_BASE + 0x00760000 + 0x00800000)