From: Masahiro Yamada Date: Sat, 21 Oct 2017 10:51:13 +0000 (+0900) Subject: ARM: uniphier: remove verify=n from environments X-Git-Tag: v2017.11-rc3~40^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=15d0f3538a1a38577f155b58d170bd4ead1da978;p=u-boot 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 --- diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 5014828f8c..6f4d67ea8a 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -191,7 +191,6 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "netdev=eth0\0" \ - "verify=n\0" \ "initrd_high=0xffffffffffffffff\0" \ "nor_base=0x42000000\0" \ "sramupdate=setexpr tmp_addr $nor_base + 0x50000 &&" \