summaryrefslogtreecommitdiffstats
path: root/include/configs/TQM834x.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-05-15 09:19:52 +0200
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:52 +0200
commita3455c00510c5abf1e91743c4a02d8393b6df18d (patch)
tree6b64a3ea3c5eac69e12919c0f68269b35d76f104 /include/configs/TQM834x.h
parent4681e673a51c48f4c096aa3c8fae5e6217ffd58d (diff)
downloadblackbird-obmc-uboot-a3455c00510c5abf1e91743c4a02d8393b6df18d.tar.gz
blackbird-obmc-uboot-a3455c00510c5abf1e91743c4a02d8393b6df18d.zip
TQM834x: use buffered writes to accelerate writing to flash
Also enable display of 'E'mpty sectors in "flinfo" output. Signed-off-by: Wolfgang Denk <wd@denx.de> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/TQM834x.h')
-rw-r--r--include/configs/TQM834x.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h
index d4b0f9c930..dbd30ac4b0 100644
--- a/include/configs/TQM834x.h
+++ b/include/configs/TQM834x.h
@@ -78,13 +78,12 @@
* FLASH on the Local Bus
*/
#define CONFIG_SYS_FLASH_CFI /* use the Common Flash Interface */
-#define CONFIG_FLASH_CFI_DRIVER /* use the CFI driver */
+#define CONFIG_FLASH_CFI_DRIVER /* use the CFI driver */
#undef CONFIG_SYS_FLASH_CHECKSUM
#define CONFIG_SYS_FLASH_BASE 0x80000000 /* start of FLASH */
#define CONFIG_SYS_FLASH_SIZE 8 /* FLASH size in MB */
-
-/* buffered writes in the AMD chip set is not supported yet */
-#undef CONFIG_SYS_FLASH_USE_BUFFER_WRITE
+#define CONFIG_SYS_FLASH_EMPTY_INFO /* print 'E' for empty sectors */
+#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE
/*
* FLASH bank number detection
OpenPOWER on IntegriCloud