]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ppc4xx: Disable error message when no NAND chip is installed on PMC440
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>
Tue, 8 Jan 2008 10:13:09 +0000 (11:13 +0100)
committerStefan Roese <sr@denx.de>
Wed, 9 Jan 2008 05:32:23 +0000 (06:32 +0100)
Add CFG_NAND_QUIET_TEST option to disable error message when
no NAND chip is installed on PMC440 boards.

Disable a couple of config defines that are only used for NAND_U_BOOT.

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
include/configs/PMC440.h

index 3d2ed1e7d6442c13133bf0f123cdfbe5043bcf1c..87fca3c470fb3a5e0e7d62cfd3a2b12f82ff15cb 100644 (file)
  * set up. While still running from cache, I experienced problems accessing
  * the NAND controller.        sr - 2006-08-25
  */
+#if defined (CONFIG_NAND_U_BOOT)
 #define CFG_NAND_BOOT_SPL_SRC  0xfffff000      /* SPL location                 */
 #define CFG_NAND_BOOT_SPL_SIZE (4 << 10)       /* SPL size                     */
 #define CFG_NAND_BOOT_SPL_DST  (CFG_OCM_BASE + (12 << 10)) /* Copy SPL here    */
 #define CFG_NAND_OOBSIZE       16
 #define CFG_NAND_ECCTOTAL      (CFG_NAND_ECCBYTES * CFG_NAND_ECCSTEPS)
 #define CFG_NAND_ECCPOS                {0, 1, 2, 3, 6, 7}
+#endif
 
 #ifdef CFG_ENV_IS_IN_NAND
 /*
 #define NAND_MAX_CHIPS         1
 #define CFG_NAND_BASE          (CFG_NAND_ADDR + CFG_NAND_CS)
 #define CFG_NAND_SELECT_DEVICE 1 /* nand driver supports mutipl. chips */
+#define CFG_NAND_QUIET_TEST    1
 
 /*
  * Internal Definitions