summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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