Skip to content
Snippets Groups Projects
Commit b7d9f9ca authored by Murali Karicheri's avatar Murali Karicheri Committed by Tom Rini
Browse files

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: default avatarMurali Karicheri <m-karicheri2@ti.com>
Signed-off-by: default avatarIvan Khoronzhuk <ivan.khoronzhuk@ti.com>
Reviewed-by: default avatarTom Rini <trini@ti.com>
parent ff52e3b4
No related branches found
No related tags found
No related merge requests found
...@@ -245,7 +245,7 @@ ...@@ -245,7 +245,7 @@
#define CONFIG_BOOTDELAY 3 #define CONFIG_BOOTDELAY 3
#define CONFIG_BOOTFILE "uImage" #define CONFIG_BOOTFILE "uImage"
#define CONFIG_EXTRA_ENV_SETTINGS \ #define CONFIG_EXTRA_ENV_SETTINGS \
"boot=ramfs\0" \ "boot=ubi\0" \
"tftp_root=/\0" \ "tftp_root=/\0" \
"nfs_root=/export\0" \ "nfs_root=/export\0" \
"mem_lpae=1\0" \ "mem_lpae=1\0" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment