From: Simon Glass Date: Fri, 14 Dec 2012 13:05:17 +0000 (+0000) Subject: x86: coreboot: Enable io command X-Git-Tag: v2025.01-rc5-pxa1908~16626 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=a08afb398b204103b0f315cc671ee6a2384fff8e;p=u-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 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