summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGabe Black <gabeblack@chromium.org>2011-07-21 01:17:25 -0700
committerSimon Glass <sjg@chromium.org>2011-08-29 10:59:12 -0700
commite38c8b254540a1646895fc518ab509bef22da591 (patch)
treef7e8b3fbb21d7623e2bb4815148c629a37e05edb /include
parent92551a511a85e8408975c1afe0dbdfc6214fde15 (diff)
Turn on the config options for the chromeos library
BUG=chrome-os-partner:4552 TEST=Built and booted u-boot on an Alex. Change-Id: Iaf941b6859891a9072b507e4e0c92c2fda5ab3e1 Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: http://gerrit.chromium.org/gerrit/4715 Tested-by: Gabe Black <gabeblack@chromium.org> Reviewed-by: Stefan Reinauer <reinauer@google.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/coreboot.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 8184d89669a..c6d3a7ba6d7 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -114,6 +114,13 @@
#define CONFIG_OF_LIBFDT
/*-----------------------------------------------------------------------
+ * VBoot Configuration.
+ */
+#define CONFIG_CHROMEOS
+/* This value is just to get the chromeos library to compile. */
+#define CHROMEOS_VBNVCONTEXT_LBA 0
+
+/*-----------------------------------------------------------------------
* Command line configuration.
*/
#include <config_cmd_default.h>