summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2015-11-05 13:30:15 -0800
committerchrome-bot <chrome-bot@chromium.org>2015-11-06 01:15:52 -0800
commit6a5c36bd4a3a9a5e9a8a796ee26afdbd981c9d28 (patch)
treec339696d609ec045f5cfee756d4180497a46446f /include
parenta576355153ba9f41c630c64a9c511067151f06ad (diff)
downloadchrome-ec-6a5c36bd4a3a9a5e9a8a796ee26afdbd981c9d28.tar.gz
Cr50: Disable customized RO image by default
A previous commit caused ToT to use a not-yet-working bootloader. This disables that bootloader by default so that the rest of us can continue to work. ;-) A configuration option is added to be able to address this issue in the future with other boards as well. BRANCH=None BUG=chrome-os-partner:43025, chromium:551151 TEST=make buildall -j Also verified that both normal and customized cr50 RO images build and work as expected. Change-Id: Ie433b07860cb1b04c12b2609c6fa39025fc0e515 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/310978
Diffstat (limited to 'include')
-rw-r--r--include/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index bfbe0c40b5..a1e1d8e78c 100644
--- a/include/config.h
+++ b/include/config.h
@@ -605,6 +605,13 @@
/* Include CRC-8 utility function */
#undef CONFIG_CRC8
+/*
+ * When enabled, do not build RO image from the same set of files as the RW
+ * image. Instead define a separate set of object files in the respective
+ * build.mk files by adding the objects to the custom-ro_objs-y variable.
+ */
+#undef CONFIG_CUSTOMIZED_RO
+
/*****************************************************************************/
/*
* Debugging config