diff mbox series

[v6,16/16] configs: sandbox_defconfig: enable config CMD_VERIFY

Message ID 20220225145754.30217-17-philippe.reynes@softathome.com
State Changes Requested
Delegated to: Simon Glass
Headers show
Series image: add a stage pre-load | expand

Commit Message

Philippe REYNES Feb. 25, 2022, 2:57 p.m. UTC
Enable the command verify on sandbox.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
---
 configs/sandbox_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass March 3, 2022, 3:37 a.m. UTC | #1
On Fri, 25 Feb 2022 at 07:58, Philippe Reynes
<philippe.reynes@softathome.com> wrote:
>
> Enable the command verify on sandbox.
>
> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
> ---
>  configs/sandbox_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

Please add documentation to doc/

Also, is it possible to do the check automatically in the bootm
command, if enabled?

>
> diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
> index 46bf18bc98..a56aa92f94 100644
> --- a/configs/sandbox_defconfig
> +++ b/configs/sandbox_defconfig
> @@ -44,6 +44,7 @@ CONFIG_CMD_BOOTZ=y
>  CONFIG_CMD_BOOTEFI_HELLO=y
>  CONFIG_CMD_ABOOTIMG=y
>  # CONFIG_CMD_ELF is not set
> +CONFIG_CMD_VERIFY=y
>  CONFIG_CMD_ASKENV=y
>  CONFIG_CMD_GREPENV=y
>  CONFIG_CMD_ERASEENV=y
> --
> 2.17.1
>

Regards,
Simon
diff mbox series

Patch

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 46bf18bc98..a56aa92f94 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -44,6 +44,7 @@  CONFIG_CMD_BOOTZ=y
 CONFIG_CMD_BOOTEFI_HELLO=y
 CONFIG_CMD_ABOOTIMG=y
 # CONFIG_CMD_ELF is not set
+CONFIG_CMD_VERIFY=y
 CONFIG_CMD_ASKENV=y
 CONFIG_CMD_GREPENV=y
 CONFIG_CMD_ERASEENV=y