summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCarlos Hernandez <ceh@ti.com>2016-03-09 15:39:32 +0530
committerTom Rini <trini@konsulko.com>2016-03-15 21:30:16 -0400
commit8462cb570f4c99b12a240644e2cbcfe1b9d30074 (patch)
tree615b5adc3ce81e24c8143a5c715dbc414e98b1e7 /include
parent48dc1657a7f32d4d61010e6e6bee58bcddc04864 (diff)
downloadtalos-obmc-uboot-8462cb570f4c99b12a240644e2cbcfe1b9d30074.tar.gz
talos-obmc-uboot-8462cb570f4c99b12a240644e2cbcfe1b9d30074.zip
ti_armv7_keystone2: env: Remove securedb.key.bin load
securedb.key.bin is not supported so it should not be loaded by default init_ubi command. Signed-off-by: Carlos Hernandez <ceh@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ti_armv7_keystone2.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h
index 0da084e638..2ad2f1c73e 100644
--- a/include/configs/ti_armv7_keystone2.h
+++ b/include/configs/ti_armv7_keystone2.h
@@ -252,8 +252,7 @@
"run_kern=bootz ${loadaddr} - ${fdtaddr}\0" \
"init_net=run args_all args_net\0" \
"init_ubi=run args_all args_ubi; " \
- "ubi part ubifs; ubifsmount ubi:rootfs;" \
- "ubifsload ${addr_secdb_key} securedb.key.bin;\0" \
+ "ubi part ubifs; ubifsmount ubi:rootfs;\0" \
"get_fdt_net=dhcp ${fdtaddr} ${tftp_root}/${name_fdt}\0" \
"get_fdt_ubi=ubifsload ${fdtaddr} ${bootdir}/${name_fdt}\0" \
"get_kern_net=dhcp ${loadaddr} ${tftp_root}/${name_kern}\0" \
OpenPOWER on IntegriCloud