diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-18 17:44:19 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-18 17:44:19 +0200 |
commit | f3e06df7e89a1b6ff6701d523b4beea6e3fa5159 (patch) | |
tree | 629093d87d90169f70967a4fba69c6bb9df8248c /include | |
parent | ae1d7d4b2e87d8e43ff755108db851161d0231bb (diff) | |
download | u-boot-imx-f3e06df7e89a1b6ff6701d523b4beea6e3fa5159.zip u-boot-imx-f3e06df7e89a1b6ff6701d523b4beea6e3fa5159.tar.gz u-boot-imx-f3e06df7e89a1b6ff6701d523b4beea6e3fa5159.tar.bz2 |
Enable buffered flash writes for TQM5200 board.
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/TQM5200.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index 6b8759f..6dc7b12 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -292,7 +292,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) |