summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerrit <chrome-bot@google.com>2012-05-14 15:27:40 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2012-05-14 15:27:40 -0700
commit805299d838c996c1a96b9808214d742ea28eb707 (patch)
tree482214d045d91a518c23788cd8c761b208f78901
parentd296c0d2462f799d26d579d8c2e0d0eab35c4a5f (diff)
parent214e6b6017dc1447d07f827cdf094347a6408a5a (diff)
downloadchrome-ec-805299d838c996c1a96b9808214d742ea28eb707.tar.gz
Merge "Add #define CONFIG_NO_RW_B for stm32f100"
-rw-r--r--chip/stm32/config-stm32f100.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/stm32/config-stm32f100.h b/chip/stm32/config-stm32f100.h
index 66e2e733e3..7eabe2b173 100644
--- a/chip/stm32/config-stm32f100.h
+++ b/chip/stm32/config-stm32f100.h
@@ -13,6 +13,7 @@
/* Size of one firmware image in flash */
#define CONFIG_FW_IMAGE_SIZE (32 * 1024)
#define CONFIG_FW_RO_OFF 0
+#define CONFIG_NO_RW_B
#define CONFIG_FW_A_OFF CONFIG_FW_IMAGE_SIZE
#define CONFIG_FW_B_OFF (2 * CONFIG_FW_IMAGE_SIZE)