mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-01 18:51:33 +02:00
ARM: uniphier: remove verify=n from environments
If the environment "verify" is set to n, the image verification is entirely skipped. Remove it as a preparation for verified boot. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
571e050b45
commit
15d0f3538a
@ -191,7 +191,6 @@
|
|||||||
|
|
||||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||||
"netdev=eth0\0" \
|
"netdev=eth0\0" \
|
||||||
"verify=n\0" \
|
|
||||||
"initrd_high=0xffffffffffffffff\0" \
|
"initrd_high=0xffffffffffffffff\0" \
|
||||||
"nor_base=0x42000000\0" \
|
"nor_base=0x42000000\0" \
|
||||||
"sramupdate=setexpr tmp_addr $nor_base + 0x50000 &&" \
|
"sramupdate=setexpr tmp_addr $nor_base + 0x50000 &&" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user