Ver código fonte

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>
Steve Sakoman 15 anos atrás
pai
commit
60c2317305
2 arquivos alterados com 2 adições e 0 exclusões
  1. 1 0
      include/configs/omap3_beagle.h
  2. 1 0
      include/configs/omap3_overo.h

+ 1 - 0
include/configs/omap3_beagle.h

@@ -158,6 +158,7 @@
 /*
 /*
  * Board NAND Info.
  * Board NAND Info.
  */
  */
+#define CONFIG_SYS_NAND_QUIET_TEST	1
 #define CONFIG_NAND_OMAP_GPMC
 #define CONFIG_NAND_OMAP_GPMC
 #define CONFIG_SYS_NAND_ADDR		NAND_BASE	/* physical address */
 #define CONFIG_SYS_NAND_ADDR		NAND_BASE	/* physical address */
 							/* to access nand */
 							/* to access nand */

+ 1 - 0
include/configs/omap3_overo.h

@@ -129,6 +129,7 @@
 /*
 /*
  * Board NAND Info.
  * Board NAND Info.
  */
  */
+#define CONFIG_SYS_NAND_QUIET_TEST	1
 #define CONFIG_NAND_OMAP_GPMC
 #define CONFIG_NAND_OMAP_GPMC
 #define CONFIG_SYS_NAND_ADDR		NAND_BASE	/* physical address */
 #define CONFIG_SYS_NAND_ADDR		NAND_BASE	/* physical address */
 							/* to access nand */
 							/* to access nand */