[U-Boot] [PATCH] ARM: at91: sama5d3_xplained: spl: enable PMECC header generation

Josh Wu josh.wu at atmel.com
Fri Jan 16 06:00:58 CET 2015


As sama5d3 xplained support the PMECC. So add the PMECC header for spl
binary. That make ROM loader can use PMECC to avoid error flips in spl
code in nandflash.

Signed-off-by: Josh Wu <josh.wu at atmel.com>
Acked-by: Bo Shen <voice.shen at atmel.com>
---

 include/configs/sama5d3_xplained.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/sama5d3_xplained.h b/include/configs/sama5d3_xplained.h
index d5588b1..9458047 100644
--- a/include/configs/sama5d3_xplained.h
+++ b/include/configs/sama5d3_xplained.h
@@ -246,6 +246,7 @@
 #define CONFIG_SYS_NAND_OOBSIZE		64
 #define CONFIG_SYS_NAND_BLOCK_SIZE	0x20000
 #define CONFIG_SYS_NAND_BAD_BLOCK_POS	0x0
+#define CONFIG_SPL_GENERATE_ATMEL_PMECC_HEADER
 
 #endif
 
-- 
1.9.1



More information about the U-Boot mailing list