commit | ef5cc2e5c6f0fe36832230c23aa2e2d8c0764caf | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Tue Jul 28 11:51:27 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 31 10:13:00 2020 -0400 |
tree | 62e1286e2bd1778459716d2ecc48eab95d95c2bd | |
parent | 0718f7432749af284828e22b0934366244c3ad62 [diff] [blame] |
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>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 0fce901..f4f97f3 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -32,6 +32,7 @@ # 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