From: Simon Glass Date: Fri, 14 Dec 2012 13:05:17 +0000 (+0000) Subject: x86: coreboot: Enable io command X-Git-Tag: v2013.01-rc3~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a08afb398b204103b0f315cc671ee6a2384fff8e;p=platform%2Fkernel%2Fu-boot.git x86: coreboot: Enable io command Enable the io command for x86 on coreboot. Signed-off-by: Simon Glass --- diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index adeace0..d8aabd4 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