[U-Boot] [PATCH] ARM: uniphier: remove verify=n from environments

Masahiro Yamada yamada.masahiro at socionext.com
Sat Oct 21 10:51:13 UTC 2017


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 at socionext.com>
---

 include/configs/uniphier.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index abee461..83d3b09 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -199,7 +199,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 &&"	\
-- 
2.7.4



More information about the U-Boot mailing list