From: Murali Karicheri <m-karicheri2@ti.com>
Date: Mon, 3 Nov 2014 16:09:52 +0000 (+0200)
Subject: keystone2: change default boot mode to ubi
X-Git-Tag: v2025.01-rc5-pxa1908~14358^2~17
X-Git-Url: http://git.dujemihanovic.xyz/projects?a=commitdiff_plain;h=b7d9f9ca9e5584734b7dbc1ba8bb17ef04ffad59;p=u-boot.git

keystone2: change default boot mode to ubi

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>
---

diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h
index 7157b7819b..0446e34846 100644
--- a/include/configs/ks2_evm.h
+++ b/include/configs/ks2_evm.h
@@ -245,7 +245,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"							\