summaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-07-13 23:22:31 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-07-16 13:37:02 +0300
commitb961d552f9abbe60bc60aba700c97822299dab53 (patch)
tree81db59411f2f2d4f9dcb50f0e4f880fefbb57204 /configs/sandbox_defconfig
parenta2f0b504f4a9320c97bcf1cbd67f42de8a08fbc6 (diff)
downloadu-boot-b961d552f9abbe60bc60aba700c97822299dab53.tar.xz
cmd: fix lsblk command
Add missing includes. Add CMD_LSBLK to sandbox_defconfig. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
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 9b74e404bb..d43d78df6f 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -48,6 +48,7 @@ CONFIG_CMD_GPT=y
CONFIG_CMD_GPT_RENAME=y
CONFIG_CMD_IDE=y
CONFIG_CMD_I2C=y
+CONFIG_CMD_LSBLK=y
CONFIG_CMD_OSD=y
CONFIG_CMD_PCI=y
CONFIG_CMD_READ=y