diff options
author | Tom Rini | 2014-01-06 14:07:08 -0500 |
---|---|---|
committer | Tom Rini | 2014-01-06 14:07:08 -0500 |
commit | e7be18225fbea76d1f0034b224f0d1e60f07cfcf (patch) | |
tree | 6da1280e9e98b360a06177184105278c4f4c9e46 /include/configs/CMS700.h | |
parent | 895ec893a9df56b915b6ca1fa2ceba8fad7faf3d (diff) | |
parent | 8c618dd66adfab736b88a86f51c057b019988a90 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'include/configs/CMS700.h')
-rw-r--r-- | include/configs/CMS700.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/CMS700.h b/include/configs/CMS700.h index 4a5fc864a65..0bb22be9f3c 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 |