diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-21 19:51:13 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-23 01:02:05 +0900 |
commit | 15d0f3538a1a38577f155b58d170bd4ead1da978 (patch) | |
tree | 95a9930474cb5ca268bcfce359777e31129a243c | |
parent | 571e050b45add2c4c57ab340c578d6bd06ac6c8b (diff) |
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>
-rw-r--r-- | include/configs/uniphier.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 &&" \ |