mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 03:23:32 -04:00
Enable buffered flash writes for TQM5200 board.
This commit is contained in:
parent
ae1d7d4b2e
commit
f3e06df7e8
@ -2,6 +2,8 @@
|
|||||||
Changes since U-Boot 1.1.4:
|
Changes since U-Boot 1.1.4:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Enable buffered flash writes for TQM5200 board.
|
||||||
|
|
||||||
* Fix problems with SanDisk Corporation Cruzer Micro USB memory stick.
|
* Fix problems with SanDisk Corporation Cruzer Micro USB memory stick.
|
||||||
|
|
||||||
* Add support for TQM885D board.
|
* Add support for TQM885D board.
|
||||||
|
@ -292,7 +292,7 @@
|
|||||||
#define CFG_FLASH_EMPTY_INFO
|
#define CFG_FLASH_EMPTY_INFO
|
||||||
#define CFG_FLASH_SIZE 0x04000000 /* 64 MByte */
|
#define CFG_FLASH_SIZE 0x04000000 /* 64 MByte */
|
||||||
#define CFG_MAX_FLASH_SECT 512 /* max num of sects on one chip */
|
#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)
|
#if !defined(CFG_LOWBOOT)
|
||||||
#define CFG_ENV_ADDR (CFG_FLASH_BASE + 0x00760000 + 0x00800000)
|
#define CFG_ENV_ADDR (CFG_FLASH_BASE + 0x00760000 + 0x00800000)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user