[U-Boot] [U-boot] [Patch 0/2] keystone2: change default boot mode to ubi

These patches fix ubi boot and enable it by default.
Ivan Khoronzhuk (1): ks2_evm: configs: fix UBI volume name
Murali Karicheri (1): keystone2: change default boot mode to ubi
include/configs/ks2_evm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

The UBI volume name has to be prefixed with "ubi:".
Signed-off-by: Ivan Khoronzhuk ivan.khoronzhuk@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 e5e628f..3c72517 100644 --- a/include/configs/ks2_evm.h +++ b/include/configs/ks2_evm.h @@ -270,7 +270,7 @@ "run_kern=bootm ${addr_kern} - ${addr_fdt}\0" \ "init_net=run args_all args_net\0" \ "init_ubi=run args_all args_ubi; " \ - "ubi part ubifs; ubifsmount boot;" \ + "ubi part ubifs; ubifsmount ubi:boot;" \ "ubifsload ${addr_secdb_key} securedb.key.bin;\0" \ "get_fdt_net=dhcp ${addr_fdt} ${tftp_root}/${name_fdt}\0" \ "get_fdt_ubi=ubifsload ${addr_fdt} ${name_fdt}\0" \

On Mon, Nov 03, 2014 at 06:09:51PM +0200, Ivan Khoronzhuk wrote:
The UBI volume name has to be prefixed with "ubi:".
Signed-off-by: Ivan Khoronzhuk ivan.khoronzhuk@ti.com
Reviewed-by: Tom Rini trini@ti.com

On Mon, Nov 03, 2014 at 06:09:51PM +0200, Khoronzhuk, Ivan wrote:
The UBI volume name has to be prefixed with "ubi:".
Signed-off-by: Ivan Khoronzhuk ivan.khoronzhuk@ti.com Reviewed-by: Tom Rini trini@ti.com
Applied to u-boot-ti/master, thanks!

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(-)
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" \

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

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!
participants (2)
-
Ivan Khoronzhuk
-
Tom Rini