diff mbox

[U-Boot,v2,22/23] x86: coreboot: Enable io command

Message ID 1353611587-18186-23-git-send-email-sjg@chromium.org
State Superseded, archived
Headers show

Commit Message

Simon Glass Nov. 22, 2012, 7:13 p.m. UTC
Enable the io command for x86 on coreboot.

Signed-off-by: Simon Glass <sjg@chromium.org>
---
Changes in v2:
- Add x86 patch to enable io command for coreboot

 include/configs/coreboot.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index cc95e2b..31923d7 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -138,6 +138,7 @@ 
 #define CONFIG_CMD_FPGA
 #define CONFIG_CMD_IMI
 #undef CONFIG_CMD_IMLS
+#define CONFIG_CMD_IO
 #define CONFIG_CMD_IRQ
 #define CONFIG_CMD_ITEST
 #define CONFIG_CMD_LOADB