From: Simon Glass Date: Sat, 15 Sep 2018 06:51:01 +0000 (-0600) Subject: efi: sandbox: Enable selftest command X-Git-Tag: v2018.11-rc1~82^2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=12ddfd49894f3e200b04aa6027be1564dd1d4c7f;p=thirdparty%2Fu-boot.git efi: sandbox: Enable selftest command Enable this for sandbox since it almost passes now. Signed-off-by: Simon Glass Signed-off-by: Alexander Graf --- diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index ca121182d65..0b209686bf9 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -23,6 +23,7 @@ CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_CMD_CPU=y CONFIG_CMD_LICENSE=y CONFIG_CMD_BOOTZ=y +CONFIG_CMD_BOOTEFI_SELFTEST=y # CONFIG_CMD_ELF is not set CONFIG_CMD_ASKENV=y CONFIG_CMD_GREPENV=y