summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-14 20:56:45 -0700
committerSimon Glass <sjg@chromium.org>2014-11-25 07:11:17 -0700
commit22e131ca00ed42cd7485aa1821dc3051bd762a3e (patch)
tree4a354cf6cf4840a007f0c006d6091f032477f2d9 /include
parenta6fa83f0e7ac669d4ecab8b64fe5b9fb051b6e72 (diff)
downloadtalos-obmc-uboot-22e131ca00ed42cd7485aa1821dc3051bd762a3e.tar.gz
talos-obmc-uboot-22e131ca00ed42cd7485aa1821dc3051bd762a3e.zip
x86: chromebook_link: Enable the Chrome OS EC
Enable the Chrome OS EC so that it can be used from U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/chromebook_link.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/chromebook_link.h b/include/configs/chromebook_link.h
index 48ae81eabb..645b31c2e2 100644
--- a/include/configs/chromebook_link.h
+++ b/include/configs/chromebook_link.h
@@ -62,6 +62,11 @@
#define VIDEO_IO_OFFSET 0
#define CONFIG_X86EMU_RAW_IO
+#define CONFIG_CROS_EC
+#define CONFIG_CROS_EC_LPC
+#define CONFIG_CMD_CROS_EC
+#define CONFIG_ARCH_EARLY_INIT_R
+
#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,vga,serial\0" \
"stdout=vga,serial\0" \
"stderr=vga,serial\0"
OpenPOWER on IntegriCloud