
enable the RBL/UBL ECC layout through CONFIG_NAND_6BYTES_OOB_FREE_10BYTES_ECC define
see for more info: http://processors.wiki.ti.com/index.php/DM365_Nand_ECC_layout
and use this on the ipam390 board. Also do some minor changes for this board:
- update default environment - change A2CR to correct value for UART boot mode - adapt cs3cfg timings for nand - change LED bootmode signalization
- changes for v2: - patch: nand, davinci: add special UBL ecc position - add comment from Scott Wood: - move if/else/end to a more readable place
Heiko Schocher (2): nand, davinci: add special UBL ecc position arm, da85x: update for the ipam390 board
board/Barix/ipam390/ipam390-ais-uart.cfg | 2 +- board/Barix/ipam390/ipam390.c | 29 ++++++++------------------ drivers/mtd/nand/davinci_nand.c | 12 +++++++++++ include/configs/ipam390.h | 35 ++++++++++++++++++++------------ 4 Dateien geändert, 44 Zeilen hinzugefügt(+), 34 Zeilen entfernt(-)
Signed-off-by: Heiko Schocher hs@denx.de Cc: Tom Rini trini@ti.com Cc: Scott Wood scottwood@freescale.com