diff mbox

[U-Boot] configs: am43xx_evm: Enable NAND

Message ID 1433491742-7163-1-git-send-email-rogerq@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Roger Quadros June 5, 2015, 8:09 a.m. UTC
AM43xx EVMs have NAND so enable it.

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 configs/am43xx_evm_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini June 5, 2015, 12:49 p.m. UTC | #1
On Fri, Jun 05, 2015 at 11:09:02AM +0300, Roger Quadros wrote:

> AM43xx EVMs have NAND so enable it.
> 
> Signed-off-by: Roger Quadros <rogerq@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

But please start thinking about converting some of these choices to real
Kconfig options instead, thanks!
Tom Rini June 13, 2015, 2:10 a.m. UTC | #2
On Fri, Jun 05, 2015 at 11:09:02AM +0300, Roger Quadros wrote:

> AM43xx EVMs have NAND so enable it.
> 
> Signed-off-by: Roger Quadros <rogerq@ti.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>

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

Patch

diff --git a/configs/am43xx_evm_defconfig b/configs/am43xx_evm_defconfig
index 4ad2667..29a3892 100644
--- a/configs/am43xx_evm_defconfig
+++ b/configs/am43xx_evm_defconfig
@@ -1,5 +1,5 @@ 
 CONFIG_ARM=y
 CONFIG_TARGET_AM43XX_EVM=y
 CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1"
+CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1,NAND"
 CONFIG_CMD_NET=y