* [U-Boot] [PATCH] powerpc/cms700: limit NAND data structure size
@ 2013-12-18 4:11 Scott Wood
2014-01-02 23:50 ` [U-Boot] [u-boot-release] " York Sun
0 siblings, 1 reply; 3+ messages in thread
From: Scott Wood @ 2013-12-18 4:11 UTC (permalink / raw)
To: u-boot
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>
---
include/configs/CMS700.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/configs/CMS700.h b/include/configs/CMS700.h
index 4a5fc86..0bb22be 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
--
1.8.1.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [u-boot-release] [PATCH] powerpc/cms700: limit NAND data structure size
2013-12-18 4:11 [U-Boot] [PATCH] powerpc/cms700: limit NAND data structure size Scott Wood
@ 2014-01-02 23:50 ` York Sun
2014-01-02 23:55 ` Scott Wood
0 siblings, 1 reply; 3+ messages in thread
From: York Sun @ 2014-01-02 23:50 UTC (permalink / raw)
To: u-boot
On 12/17/2013 08:11 PM, Scott Wood wrote:
> 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>
> ---
Applied to u-boot-mpc85xx/master. Thanks.
York
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [u-boot-release] [PATCH] powerpc/cms700: limit NAND data structure size
2014-01-02 23:50 ` [U-Boot] [u-boot-release] " York Sun
@ 2014-01-02 23:55 ` Scott Wood
0 siblings, 0 replies; 3+ messages in thread
From: Scott Wood @ 2014-01-02 23:55 UTC (permalink / raw)
To: u-boot
On Thu, 2014-01-02 at 15:50 -0800, York Sun wrote:
> On 12/17/2013 08:11 PM, Scott Wood wrote:
> > 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>
> > ---
>
> Applied to u-boot-mpc85xx/master. Thanks.
FWIW, this is a 4xx board, not mpc85xx. I actually meant to include
this in my last nand pull request, but forgot to push it. :-P
-Scott
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-01-02 23:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-18 4:11 [U-Boot] [PATCH] powerpc/cms700: limit NAND data structure size Scott Wood
2014-01-02 23:50 ` [U-Boot] [u-boot-release] " York Sun
2014-01-02 23:55 ` Scott Wood
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox