summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-07-19 14:16:38 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-07-19 14:16:38 +0200
commit8936601084af4f1fc9d0420a5118fd0ad9c3270b (patch)
tree0f278f67d896d59c6bf0a05078519605d18f3647
parent5a3dfef73240cd6b5044184e521351afdb20838f (diff)
downloadu-boot-imx-8936601084af4f1fc9d0420a5118fd0ad9c3270b.zip
u-boot-imx-8936601084af4f1fc9d0420a5118fd0ad9c3270b.tar.gz
u-boot-imx-8936601084af4f1fc9d0420a5118fd0ad9c3270b.tar.bz2
Enable buffered flash writes for TB5200 board.
-rw-r--r--CHANGELOG2
-rw-r--r--include/configs/TB5200.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 067e90d..bc53ae7 100644
--- 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
diff --git a/include/configs/TB5200.h b/include/configs/TB5200.h
index d793847..567a1b9 100644
--- a/include/configs/TB5200.h
+++ b/include/configs/TB5200.h
@@ -235,7 +235,7 @@
#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)