summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-01-12 10:38:48 -0700
committerCommit Bot <commit-bot@chromium.org>2021-01-15 03:56:43 +0000
commite3a8df31ca4b6cf51e4cd82ea89b9d8d12b5e488 (patch)
treec52640a57937000b8f9d957f92007b651e00cf02
parented8ddb050d60cf634136f7c82f14b2c47dec2df1 (diff)
downloadchrome-ec-e3a8df31ca4b6cf51e4cd82ea89b9d8d12b5e488.tar.gz
volteer: Allow equal space for RO and RW for now
We are about to run out of space in read-only memory. We don't have a to select features for RO and RW separately. So for now, equalise the regions to 256KB each. BUG=b:175434113 TEST=make BOARD=volteer -j30 build volteer on zephyr Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: Ide5542f322e47cb985f947ae98569dc189bd5091 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/zephyr-chrome/+/2624951 Reviewed-by: Yuval Peress <peress@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2630176 Tested-by: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--zephyr/projects/volteer/boards/arm/volteer/volteer_defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/projects/volteer/boards/arm/volteer/volteer_defconfig b/zephyr/projects/volteer/boards/arm/volteer/volteer_defconfig
index 556f5ef244..39b5844395 100644
--- a/zephyr/projects/volteer/boards/arm/volteer/volteer_defconfig
+++ b/zephyr/projects/volteer/boards/arm/volteer/volteer_defconfig
@@ -44,11 +44,11 @@ CONFIG_CROS_EC_RAM_SIZE=0x0000f800
CONFIG_CROS_EC_RO_MEM_OFF=0x0
# (44*1024)
-CONFIG_CROS_EC_RO_SIZE=0x20000
+CONFIG_CROS_EC_RO_SIZE=0x30000
# (CONFIG_CROS_EC_RO_MEM_OFF + CONFIG_CROS_EC_RO_SIZE)
-CONFIG_CROS_EC_RW_MEM_OFF=0x20000
+CONFIG_CROS_EC_RW_MEM_OFF=0x30000
# (CONFIG_CROS_EC_FLASH_SIZE - CONFIG_CROS_EC_RW_MEM_OFF -
# CONFIG_CROS_EC_RO_MEM_OFF)
-CONFIG_CROS_EC_RW_SIZE=0x60000
+CONFIG_CROS_EC_RW_SIZE=0x30000
CONFIG_SHIMMED_TASKS=y