summaryrefslogtreecommitdiff
path: root/include/configs/chromebook_link.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-12 22:42:25 -0700
committerSimon Glass <sjg@chromium.org>2014-11-21 07:34:15 +0100
commit437c2b7cd04f017cf79dcde63e7d9035f8cd99e5 (patch)
tree49d82b32a7a6f3bf834c596cd66404912daf3455 /include/configs/chromebook_link.h
parent1b4f25ff8e6967f14494c5a0d173758a7a3ac279 (diff)
x86: chromebook_link: Enable GPIO support
Enable GPIO support and provide the required GPIO setup information to the driver. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/chromebook_link.h')
-rw-r--r--include/configs/chromebook_link.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/chromebook_link.h b/include/configs/chromebook_link.h
index 0b8c0678c7..3063bd9a0f 100644
--- a/include/configs/chromebook_link.h
+++ b/include/configs/chromebook_link.h
@@ -19,6 +19,7 @@
#define CONFIG_SYS_CAR_SIZE (128 * 1024)
#define CONFIG_SYS_MONITOR_LEN (1 << 20)
#define CONFIG_SYS_X86_START16 0xfffff800
+#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_BOARD_EARLY_INIT_R
#define CONFIG_X86_RESET_VECTOR
@@ -40,9 +41,6 @@
* follow-on patches in this series. Add undefs here to avoid every patch
* having to put things back into x86-common.h
*/
-#undef CONFIG_INTEL_ICH6_GPIO
-#undef CONFIG_DM_GPIO
-#undef CONFIG_CMD_GPIO
#undef CONFIG_VIDEO
#undef CONFIG_CFB_CONSOLE
#undef CONFIG_ICH_SPI