From a08afb398b204103b0f315cc671ee6a2384fff8e Mon Sep 17 00:00:00 2001
From: Simon Glass <sjg@chromium.org>
Date: Fri, 14 Dec 2012 13:05:17 +0000
Subject: [PATCH] x86: coreboot: Enable io command

Enable the io command for x86 on coreboot.

Signed-off-by: Simon Glass <sjg@chromium.org>
---
 include/configs/coreboot.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index adeace0cf2..d8aabd4cc8 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -159,6 +159,7 @@
 #define CONFIG_CMD_GPIO
 #define CONFIG_CMD_IMI
 #undef CONFIG_CMD_IMLS
+#define CONFIG_CMD_IO
 #define CONFIG_CMD_IRQ
 #define CONFIG_CMD_ITEST
 #define CONFIG_CMD_LOADB
-- 
2.39.5