summaryrefslogtreecommitdiffstats
path: root/include/configs/HUB405.h
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>2007-09-12 12:36:53 +0200
committerWolfgang Denk <wd@denx.de>2007-09-15 21:05:33 +0200
commitc750d2e6692a000a82f29de7bf24e3dc21239161 (patch)
tree43698bd06c072f8970e78ad443dfc63294322ad7 /include/configs/HUB405.h
parentdcb88630290d2bcd803386dd4c2be73142994c4f (diff)
downloadblackbird-obmc-uboot-c750d2e6692a000a82f29de7bf24e3dc21239161.tar.gz
blackbird-obmc-uboot-c750d2e6692a000a82f29de7bf24e3dc21239161.zip
NAND: Add CFG_NAND_QUIET option
This config option sets the default for the progress information output behavior that can also be configured through the 'quiet' environment variable. The legacy NAND code does not print the current progress info on the console. So this option is for backward compatibility for units that are in the field and where setting the quiet variable is not an option. With CFG_NAND_QUIET set to '1' the console progress info is turned off. This can still be overwritten through the environment variable. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Diffstat (limited to 'include/configs/HUB405.h')
-rw-r--r--include/configs/HUB405.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/HUB405.h b/include/configs/HUB405.h
index ed669c51da..1ff7108130 100644
--- a/include/configs/HUB405.h
+++ b/include/configs/HUB405.h
@@ -157,7 +157,8 @@
#define CFG_NAND_CLE (0x80000000 >> 2) /* our CLE is GPIO2 */
#define CFG_NAND_ALE (0x80000000 >> 3) /* our ALE is GPIO3 */
-#define CFG_NAND_SKIP_BAD_DOT_I 1 /* ".i" read skips bad blocks */
+#define CFG_NAND_SKIP_BAD_DOT_I 1 /* ".i" read skips bad blocks */
+#define CFG_NAND_QUIET 1
/*-----------------------------------------------------------------------
* PCI stuff
OpenPOWER on IntegriCloud