summaryrefslogtreecommitdiffstats
path: root/include/configs/CMS700.h
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2013-12-17 22:11:07 -0600
committerYork Sun <yorksun@freescale.com>2014-01-02 14:10:13 -0800
commit8fe207d0369dc31cd75b8660b48c1d77571a99e4 (patch)
tree90e5fff5ba59d8abc4c9adf3ddf6d418200fe694 /include/configs/CMS700.h
parent2ffa96d815c947ba09286e1a20ae832882707eba (diff)
downloadblackbird-obmc-uboot-8fe207d0369dc31cd75b8660b48c1d77571a99e4.tar.gz
blackbird-obmc-uboot-8fe207d0369dc31cd75b8660b48c1d77571a99e4.zip
powerpc/cms700: limit NAND data structure size
This fixes a build break due to excessively large NAND data structures. Signed-off-by: Scott Wood <scottwood@freescale.com> Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Diffstat (limited to 'include/configs/CMS700.h')
-rw-r--r--include/configs/CMS700.h3
1 files changed, 3 insertions, 0 deletions
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
OpenPOWER on IntegriCloud