diff mbox series

ARM: uniphier: remove verify=n from environments

Message ID 1508583073-11936-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 15d0f3538a1a38577f155b58d170bd4ead1da978
Headers show
Series ARM: uniphier: remove verify=n from environments | expand

Commit Message

Masahiro Yamada Oct. 21, 2017, 10:51 a.m. UTC
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>
---

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

Comments

Masahiro Yamada Oct. 22, 2017, 4:07 p.m. UTC | #1
2017-10-21 19:51 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> 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>
> ---


Applied to u-boot-uniphier/master.
diff mbox series

Patch

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 &&"	\