commit | fe6e1f1930e73bbf2b290196b8882321c72e2eb7 | [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 | 5360650877ea9fa2f699295d60401e434aab70bf [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