mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
x86: coreboot: Enable io command
Enable the io command for x86 on coreboot. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
f8cfcf1b1c
commit
a08afb398b
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@
|
||||||
#define CONFIG_CMD_GPIO
|
#define CONFIG_CMD_GPIO
|
||||||
#define CONFIG_CMD_IMI
|
#define CONFIG_CMD_IMI
|
||||||
#undef CONFIG_CMD_IMLS
|
#undef CONFIG_CMD_IMLS
|
||||||
|
#define CONFIG_CMD_IO
|
||||||
#define CONFIG_CMD_IRQ
|
#define CONFIG_CMD_IRQ
|
||||||
#define CONFIG_CMD_ITEST
|
#define CONFIG_CMD_ITEST
|
||||||
#define CONFIG_CMD_LOADB
|
#define CONFIG_CMD_LOADB
|
||||||
|
|
Loading…
Reference in a new issue