mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 22:51:49 +01:00
cmd: fix lsblk command
Add missing includes. Add CMD_LSBLK to sandbox_defconfig. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
a2f0b504f4
commit
b961d552f9
@ -5,6 +5,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
#include <blk.h>
|
||||||
|
#include <command.h>
|
||||||
#include <dm.h>
|
#include <dm.h>
|
||||||
|
|
||||||
static int do_lsblk(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[])
|
static int do_lsblk(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[])
|
||||||
|
|||||||
@ -48,6 +48,7 @@ CONFIG_CMD_GPT=y
|
|||||||
CONFIG_CMD_GPT_RENAME=y
|
CONFIG_CMD_GPT_RENAME=y
|
||||||
CONFIG_CMD_IDE=y
|
CONFIG_CMD_IDE=y
|
||||||
CONFIG_CMD_I2C=y
|
CONFIG_CMD_I2C=y
|
||||||
|
CONFIG_CMD_LSBLK=y
|
||||||
CONFIG_CMD_OSD=y
|
CONFIG_CMD_OSD=y
|
||||||
CONFIG_CMD_PCI=y
|
CONFIG_CMD_PCI=y
|
||||||
CONFIG_CMD_READ=y
|
CONFIG_CMD_READ=y
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user