From mboxrd@z Thu Jan 1 00:00:00 1970 From: Derald D. Woods Date: Sat, 5 Mar 2016 13:19:57 -0600 Subject: [U-Boot] [PATCH V2 0/2] OMAP3: am3517_evm: Add BCH8 ECC and UBIFS NAND support Message-ID: <1457205599-3527-1-git-send-email-woods.technical@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch series updates NAND support for the LogicPD AM3517 EVM/EXP development boards and their corresponding System On Modules. OMAP3: am3517_evm: Use BCH8 ECC for NAND include/configs/am3517_evm.h | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) OMAP3: am3517_evm: Add NAND MTD partitions with UBI/UBIFS support configs/am3517_evm_defconfig | 2 + include/configs/am3517_evm.h | 309 +++++++++++++++++++++---------------------- 2 files changed, 153 insertions(+), 158 deletions(-)