From patchwork Fri Dec 14 23:05:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,v3,19/20] x86: coreboot: Enable io command Date: Fri, 14 Dec 2012 13:05:17 -0000 From: Simon Glass X-Patchwork-Id: 206590 Message-Id: <1355526318-7098-20-git-send-email-sjg@chromium.org> To: U-Boot Mailing List Cc: Stefan Reinauer , Tom Rini , Vadim Bendebury Enable the io command for x86 on coreboot. Signed-off-by: Simon Glass --- Changes in v3: None 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 --git a/include/configs/coreboot.h b/include/configs/coreboot.h index a010adc..50f6964 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -152,6 +152,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