From: Simon Glass Date: Sat, 15 Sep 2018 06:51:01 +0000 (-0600) Subject: efi: sandbox: Enable selftest command X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=12ddfd49894f3e200b04aa6027be1564dd1d4c7f;p=u-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 ca121182d6..0b209686bf 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