diff mbox

[U-Boot,U-boot] keystone: k2hk: enable support of nand ecclayout command

Message ID 1401379096-11415-1-git-send-email-ivan.khoronzhuk@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Ivan Khoronzhuk May 29, 2014, 3:58 p.m. UTC
From: WingMan Kwok <w-kwok2@ti.com>

Enable support of nand ecclayout command.

Acked-By: Murali Karicheri <m-karicheri2@ti.com>
Acked-by: Vitaly Andrianov <vitalya@ti.com>
Signed-off-by: WingMan Kwok <w-kwok2@ti.com>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
---
 include/configs/k2hk_evm.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini June 6, 2014, 9:55 p.m. UTC | #1
On Thu, May 29, 2014 at 06:58:16PM +0300, Khoronzhuk, Ivan wrote:

> From: WingMan Kwok <w-kwok2@ti.com>
> 
> Enable support of nand ecclayout command.
> 
> Acked-By: Murali Karicheri <m-karicheri2@ti.com>
> Acked-by: Vitaly Andrianov <vitalya@ti.com>
> Signed-off-by: WingMan Kwok <w-kwok2@ti.com>
> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>

Applied to u-boot-ti/master, thanks!
diff mbox

Patch

diff --git a/include/configs/k2hk_evm.h b/include/configs/k2hk_evm.h
index 998390e..6ba7e62 100644
--- a/include/configs/k2hk_evm.h
+++ b/include/configs/k2hk_evm.h
@@ -131,6 +131,7 @@ 
 
 /* NAND Configuration */
 #define CONFIG_NAND_DAVINCI
+#define CONFIG_CMD_NAND_ECCLAYOUT
 #define CONFIG_SYS_NAND_CS                     2
 #define CONFIG_SYS_NAND_USE_FLASH_BBT
 #define CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST