summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRoy Zang <tie-fei.zang@freescale.com>2008-04-25 00:55:09 -0500
committerWolfgang Denk <wd@denx.de>2008-04-26 00:22:59 +0200
commit292188e15523c165c4269403fdcd33c26d89176e (patch)
tree2d4aa79b479d71ea1cdebe8357463981b7f95ef4 /include
parent57533b881ed55eb676c56f458c1a1e84b79cd4ee (diff)
downloadtalos-obmc-uboot-292188e15523c165c4269403fdcd33c26d89176e.tar.gz
talos-obmc-uboot-292188e15523c165c4269403fdcd33c26d89176e.zip
MPC8544DS: Removes the unknown flash message information
This patch removes the unknown flash message information: '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB' This unknown flash message is caused by PromJet. Some of the board user is unhappy with this information. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/MPC8544DS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h
index c83d9e25d9..ffe9e0089d 100644
--- a/include/configs/MPC8544DS.h
+++ b/include/configs/MPC8544DS.h
@@ -165,6 +165,7 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
#define CFG_FLASH_BANKS_LIST {0xfe800000,CFG_FLASH_BASE}
+#define CFG_FLASH_QUIET_TEST
#define CFG_MAX_FLASH_BANKS 2 /* number of banks */
#define CFG_MAX_FLASH_SECT 128 /* sectors per device */
#undef CFG_FLASH_CHECKSUM
OpenPOWER on IntegriCloud