[U-Boot] [U-boot] [Patch 2/2] keystone2: change default boot mode to ubi
Ivan Khoronzhuk
ivan.khoronzhuk at ti.com
Mon Nov 3 17:09:52 CET 2014
From: Murali Karicheri <m-karicheri2 at 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 at ti.com>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk at ti.com>
---
include/configs/ks2_evm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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" \
--
1.9.1
More information about the U-Boot
mailing list