summaryrefslogtreecommitdiff
path: root/include/configs/omap3_overo.h
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-08-19 20:52:35 -0700
committerSandeep Paulraj <s-paulraj@ti.com>2010-09-08 14:51:35 -0400
commit60c231730560ef67257c1d8842857dba1a04f407 (patch)
tree013236eb72fd26c48f49261c566c88dadf51c98f /include/configs/omap3_overo.h
parent4c468397cf71f2ab613c9c8989ab56d4b306a67f (diff)
downloadu-boot-imx-60c231730560ef67257c1d8842857dba1a04f407.zip
u-boot-imx-60c231730560ef67257c1d8842857dba1a04f407.tar.gz
u-boot-imx-60c231730560ef67257c1d8842857dba1a04f407.tar.bz2
ARMV7: OMAP3: Add CONFIG_SYS_NAND_QUIET_TEST to Beagle and Overo configs
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>
Diffstat (limited to 'include/configs/omap3_overo.h')
-rw-r--r--include/configs/omap3_overo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h
index ca90786..a0e0f24 100644
--- a/include/configs/omap3_overo.h
+++ b/include/configs/omap3_overo.h
@@ -129,6 +129,7 @@
/*
* 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 */