summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hendricks <dhendrix@chromium.org>2012-05-30 18:12:44 -0700
committerDavid Hendricks <dhendrix@chromium.org>2012-06-21 19:58:53 -0700
commitbf376505e933f438b6fb6c1033f442e19c457ced (patch)
tree6b73e4a380f633e410c05cb14df190e43790b2de
parentf1cf43fed3b28e8f0534169b76b0a6195c870927 (diff)
downloadchrome-ec-bf376505e933f438b6fb6c1033f442e19c457ced.tar.gz
snow: change flash size to 128KB
This changes CONFIG_FLASH_SIZE so that a 128KB image is produced. BUG=chrome-os-partner:10377 TEST=Tested on Snow with 128KB EC flash Signed-off-by: David Hendricks <dhendrix@chromium.org> Change-Id: Ib9dd65839304a55d586648046bdd7f96b02c2688 Reviewed-on: https://gerrit.chromium.org/gerrit/24130 Reviewed-by: Katie Roberts-Hoffman <katierh@chromium.org> Tested-by: David Hendricks <dhendrix@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org> Commit-Ready: David Hendricks <dhendrix@chromium.org>
-rw-r--r--chip/stm32/config-stm32f100.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/config-stm32f100.h b/chip/stm32/config-stm32f100.h
index 552aa7ac58..27327846b3 100644
--- a/chip/stm32/config-stm32f100.h
+++ b/chip/stm32/config-stm32f100.h
@@ -5,7 +5,7 @@
/* Memory mapping */
#define CONFIG_FLASH_BASE 0x08000000
-#define CONFIG_FLASH_SIZE 0x00010000
+#define CONFIG_FLASH_SIZE 0x00020000
#define CONFIG_FLASH_BANK_SIZE 0x1000
#define CONFIG_RAM_BASE 0x20000000
#define CONFIG_RAM_SIZE 0x00002000