Commit 8b72a1ccf6c75d59e06491ff5b21746b660b1c5b

Authored by Carlos Hernandez
Committed by Lokesh Vutla
1 parent e52a884cc3

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>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

include/configs/ti_armv7_keystone2.h
... ... @@ -232,8 +232,7 @@
232 232 "run_kern=bootz ${loadaddr} - ${fdtaddr}\0" \
233 233 "init_net=run args_all args_net\0" \
234 234 "init_ubi=run args_all args_ubi; " \
235   - "ubi part ubifs; ubifsmount ubi:rootfs;" \
236   - "ubifsload ${addr_secdb_key} securedb.key.bin;\0" \
  235 + "ubi part ubifs; ubifsmount ubi:rootfs;\0" \
237 236 "get_fdt_net=dhcp ${fdtaddr} ${tftp_root}/${name_fdt}\0" \
238 237 "get_fdt_ubi=ubifsload ${fdtaddr} ${bootdir}/${name_fdt}\0" \
239 238 "get_kern_net=dhcp ${loadaddr} ${tftp_root}/${name_kern}\0" \