diff options
author | David Hendricks <dhendrix@chromium.org> | 2012-05-14 12:29:08 -0700 |
---|---|---|
committer | David Hendricks <dhendrix@chromium.org> | 2012-05-14 12:34:32 -0700 |
commit | 214e6b6017dc1447d07f827cdf094347a6408a5a (patch) | |
tree | 3480c71c32995bc1e198bf6b92696915e7e2ce45 /chip | |
parent | 55898c8b4b14521bf6c188a7d7e034a9b1ae7b35 (diff) | |
download | chrome-ec-214e6b6017dc1447d07f827cdf094347a6408a5a.tar.gz |
Add #define CONFIG_NO_RW_B for stm32f100
We don't actually use image B for boards with the STM32F and there is
no longer enough space for it.
BUG=none
TEST=locally compiled for Snow
Change-Id: Ic668c718feaef4cf808869474dc05e45a5f7290c
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Diffstat (limited to 'chip')
-rw-r--r-- | chip/stm32/config-stm32f100.h | 1 |
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) |