summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurali Karicheri <[email protected]>2014-11-03 18:09:52 +0200
committerTom Rini <[email protected]>2014-11-06 11:04:38 -0500
commitb7d9f9ca9e5584734b7dbc1ba8bb17ef04ffad59 (patch)
tree4e6ed32f7e2b385cf7aa7f3081284c3ea5bf81ed
parentff52e3b4306dc1f7f1c3e60802fba84acad66ce8 (diff)
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 <[email protected]> Signed-off-by: Ivan Khoronzhuk <[email protected]> Reviewed-by: Tom Rini <[email protected]>
-rw-r--r--include/configs/ks2_evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h
index 7157b7819b8..0446e34846f 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" \