commit | 7fb1aa4fea00fdbe95967e3c887fcb3a65838e80 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Oct 10 07:30:16 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 22 21:50:33 2014 -0600 |
tree | a5476b881cd1ffd8385f053e3a8742244eb91dc9 | |
parent | a1a3430d9b5f872da8e96e9f4094c7935ec168d6 [diff] [blame] |
x86: cros_ec: Enable cros_ec for link Add defines to enable the Chrome OS EC interface and set it up on init. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/board/chromebook-x86/coreboot/Makefile b/board/chromebook-x86/coreboot/Makefile index 4f2ac89..27ebe78 100644 --- a/board/chromebook-x86/coreboot/Makefile +++ b/board/chromebook-x86/coreboot/Makefile
@@ -12,4 +12,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y += coreboot_start.o +obj-y += coreboot_start.o coreboot.o