Re: [U-Boot] [PATCH 1/2] powerpc/P1022DS: Define new nand_ecclayout structure macros

2014-01-02 Thread York Sun
On 12/17/2013 11:21 AM, York Sun wrote:
 Define CONFIG_SYS_NAND_MAX_ECCPOS and CONFIG_SYS_NAND_MAX_OOBFREE to
 reduce the image size, by taking advantage of the new nand_ecclayout
 structure.
 
 Signed-off-by: York Sun york...@freescale.com
 CC: Prabhakar Kushwaha prabha...@freescale.com
 CC: Scott Wood scottw...@freescale.com
 ---

Applied to u-boot-mpc85xx/master.

York



___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 1/2] powerpc/P1022DS: Define new nand_ecclayout structure macros

2013-12-17 Thread York Sun
Define CONFIG_SYS_NAND_MAX_ECCPOS and CONFIG_SYS_NAND_MAX_OOBFREE to
reduce the image size, by taking advantage of the new nand_ecclayout
structure.

Signed-off-by: York Sun york...@freescale.com
CC: Prabhakar Kushwaha prabha...@freescale.com
CC: Scott Wood scottw...@freescale.com
---
 include/configs/P1022DS.h |2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h
index ba43cce..934a6cb 100644
--- a/include/configs/P1022DS.h
+++ b/include/configs/P1022DS.h
@@ -75,6 +75,8 @@
 #endif
 
 #define CONFIG_NAND_FSL_ELBC
+#define CONFIG_SYS_NAND_MAX_ECCPOS 56
+#define CONFIG_SYS_NAND_MAX_OOBFREE5
 
 #ifdef CONFIG_NAND
 #define CONFIG_SPL
-- 
1.7.9.5


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot