From: Scott Wood Date: Wed, 18 Dec 2013 04:11:07 +0000 (-0600) Subject: powerpc/cms700: limit NAND data structure size X-Git-Tag: v2014.01-rc3~25^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8fe207d0369dc31cd75b8660b48c1d77571a99e4;p=karo-tx-uboot.git powerpc/cms700: limit NAND data structure size This fixes a build break due to excessively large NAND data structures. Signed-off-by: Scott Wood Cc: Matthias Fuchs --- diff --git a/include/configs/CMS700.h b/include/configs/CMS700.h index 4a5fc864a6..0bb22be9f3 100644 --- a/include/configs/CMS700.h +++ b/include/configs/CMS700.h @@ -149,6 +149,9 @@ #define CONFIG_SYS_NAND_SKIP_BAD_DOT_I 1 /* ".i" read skips bad blocks */ #define CONFIG_SYS_NAND_QUIET 1 +#define CONFIG_SYS_NAND_MAX_OOBFREE 2 +#define CONFIG_SYS_NAND_MAX_ECCPOS 48 + /* * For booting Linux, the board info and command line data * have to be in the first 8 MB of memory, since this is