diff mbox

[2/2] keystone2: change default boot mode to ubi

Message ID 1415030992-21107-3-git-send-email-ivan.khoronzhuk@ti.com
State Accepted
Commit b7d9f9ca9e5584734b7dbc1ba8bb17ef04ffad59
Headers show

Commit Message

Ivan Khoronzhuk Nov. 3, 2014, 4:09 p.m. UTC
From: Murali Karicheri <m-karicheri2@ti.com>

To allow out of box demo, change default boot mode to ubi
boot now that NAND is functional in latest EVMs.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
---
 include/configs/ks2_evm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Nov. 4, 2014, 4:46 p.m. UTC | #1
On Mon, Nov 03, 2014 at 06:09:52PM +0200, Ivan Khoronzhuk wrote:

> From: Murali Karicheri <m-karicheri2@ti.com>
> 
> To allow out of box demo, change default boot mode to ubi
> boot now that NAND is functional in latest EVMs.
> 
> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>

Reviewed-by: Tom Rini <trini@ti.com>
Tom Rini Nov. 5, 2014, 9:32 p.m. UTC | #2
On Mon, Nov 03, 2014 at 06:09:52PM +0200, Khoronzhuk, Ivan wrote:

> From: Murali Karicheri <m-karicheri2@ti.com>
> 
> To allow out of box demo, change default boot mode to ubi
> boot now that NAND is functional in latest EVMs.
> 
> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
> Reviewed-by: Tom Rini <trini@ti.com>

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

Patch

diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h
index 3c72517..f7585ba 100644
--- a/include/configs/ks2_evm.h
+++ b/include/configs/ks2_evm.h
@@ -247,7 +247,7 @@ 
 #define CONFIG_BOOTDELAY		3
 #define CONFIG_BOOTFILE			"uImage"
 #define CONFIG_EXTRA_ENV_SETTINGS					\
-	"boot=ramfs\0"							\
+	"boot=ubi\0"							\
 	"tftp_root=/\0"							\
 	"nfs_root=/export\0"						\
 	"mem_lpae=1\0"							\