projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48dc165
)
ti_armv7_keystone2: env: Remove securedb.key.bin load
author
Carlos Hernandez
<
[email protected]
>
Wed, 9 Mar 2016 10:09:32 +0000
(15:39 +0530)
committer
Tom Rini
<
[email protected]
>
Wed, 16 Mar 2016 01:30:16 +0000
(21:30 -0400)
securedb.key.bin is not supported so it should not be loaded by
default init_ubi command.
Signed-off-by: Carlos Hernandez <
[email protected]
>
Signed-off-by: Lokesh Vutla <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
include/configs/ti_armv7_keystone2.h
patch
|
blob
|
history
diff --git
a/include/configs/ti_armv7_keystone2.h
b/include/configs/ti_armv7_keystone2.h
index 0da084e638ccda7fc9aae9d84c9d7db06d7dde5e..2ad2f1c73e84e763a48fabcf0c4bd5ac08db5f15 100644
(file)
--- 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" \