]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARMV7: OMAP3: Add CONFIG_SYS_NAND_QUIET_TEST to Beagle and Overo configs
authorSteve Sakoman <steve@sakoman.com>
Fri, 20 Aug 2010 03:52:35 +0000 (20:52 -0700)
committerSandeep Paulraj <s-paulraj@ti.com>
Wed, 8 Sep 2010 18:51:35 +0000 (14:51 -0400)
Future versions of these boards have options for POP memory with no NAND.
This option prevents display of error messages when no NAND is detected.

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
include/configs/omap3_beagle.h
include/configs/omap3_overo.h

index e7cd93bbe827a13a320d7764095fc17dc2fd92e7..71553f9a08c86cbbd675544b9ea397e005d98b70 100644 (file)
 /*
  * Board NAND Info.
  */
+#define CONFIG_SYS_NAND_QUIET_TEST     1
 #define CONFIG_NAND_OMAP_GPMC
 #define CONFIG_SYS_NAND_ADDR           NAND_BASE       /* physical address */
                                                        /* to access nand */
index ca9078680e667520cb7321fedace6235cb8723c2..a0e0f248b215d1f2d4fa31ae6601d85181a3f70c 100644 (file)
 /*
  * Board NAND Info.
  */
+#define CONFIG_SYS_NAND_QUIET_TEST     1
 #define CONFIG_NAND_OMAP_GPMC
 #define CONFIG_SYS_NAND_ADDR           NAND_BASE       /* physical address */
                                                        /* to access nand */