diff options
author | Simon Glass <sjg@chromium.org> | 2012-12-14 13:05:17 +0000 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2012-12-26 10:36:25 -0800 |
commit | a08afb398b204103b0f315cc671ee6a2384fff8e (patch) | |
tree | 33ff25f2de5708698cd8467ed1d45b7074d56435 /include/configs | |
parent | f8cfcf1b1c7543d5dd103359376a3319301143bc (diff) | |
download | u-boot-imx-a08afb398b204103b0f315cc671ee6a2384fff8e.zip u-boot-imx-a08afb398b204103b0f315cc671ee6a2384fff8e.tar.gz u-boot-imx-a08afb398b204103b0f315cc671ee6a2384fff8e.tar.bz2 |
x86: coreboot: Enable io command
Enable the io command for x86 on coreboot.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | 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 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 |