summaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2020-07-28 12:51:27 +0300
committerTom Rini <trini@konsulko.com>2020-07-31 17:13:00 +0300
commitef5cc2e5c6f0fe36832230c23aa2e2d8c0764caf (patch)
tree62e1286e2bd1778459716d2ecc48eab95d95c2bd /configs/sandbox_defconfig
parent0718f7432749af284828e22b0934366244c3ad62 (diff)
downloadu-boot-ef5cc2e5c6f0fe36832230c23aa2e2d8c0764caf.tar.xz
test: sandbox: add test for erase command
Add test for the erase command tested on ENV in EXT4. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 0fce901f67..f4f97f34ff 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -32,6 +32,7 @@ CONFIG_CMD_ABOOTIMG=y
# CONFIG_CMD_ELF is not set
CONFIG_CMD_ASKENV=y
CONFIG_CMD_GREPENV=y
+CONFIG_CMD_ERASEENV=y
CONFIG_CMD_ENV_CALLBACK=y
CONFIG_CMD_ENV_FLAGS=y
CONFIG_CMD_NVEDIT_EFI=y