diff options
author | Masahisa Kojima <masahisa.kojima@linaro.org> | 2022-09-12 17:33:59 +0900 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-09-14 08:43:32 +0200 |
commit | da4fb707ca095c223b67637e2525df4866e51c62 (patch) | |
tree | f8cae88f240a2af5d56ca28ac46b705b6466823b /configs | |
parent | 1b2c589eb7deb4d79fa37bc3207ca597251d5d1c (diff) | |
download | u-boot-da4fb707ca095c223b67637e2525df4866e51c62.tar.gz u-boot-da4fb707ca095c223b67637e2525df4866e51c62.tar.bz2 u-boot-da4fb707ca095c223b67637e2525df4866e51c62.zip |
test: unit test for eficonfig
Provide a unit test for the eficonfig command.
Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index e6a1718571..830b149251 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -93,6 +93,7 @@ CONFIG_CMD_LINK_LOCAL=y CONFIG_CMD_ETHSW=y CONFIG_CMD_BMP=y CONFIG_CMD_BOOTCOUNT=y +CONFIG_CMD_EFICONFIG=y CONFIG_CMD_EFIDEBUG=y CONFIG_CMD_RTC=y CONFIG_CMD_TIME=y |