summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-01-26 13:36:07 -0800
committerRandall Spangler <rspangler@chromium.org>2012-01-26 13:36:07 -0800
commit028150a0591c899feae6ec08fcd7efd685ca80ee (patch)
tree96eff15b6be84bd02d62d4ce9d96e040f6832796 /chip
parent09b937b767266f07eda0bff0f34a50983c4b7b56 (diff)
downloadchrome-ec-028150a0591c899feae6ec08fcd7efd685ca80ee.tar.gz
Increase link image size to 40KB
with x86 power module enabled, it no longer fits in 32KB. Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=none TEST=make Change-Id: I38c9054efd8a072cc5800cc87936e53e2df00e58
Diffstat (limited to 'chip')
-rw-r--r--chip/lm4/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/lm4/config.h b/chip/lm4/config.h
index 4ae55d185f..d1c892bd68 100644
--- a/chip/lm4/config.h
+++ b/chip/lm4/config.h
@@ -11,7 +11,7 @@
#define CONFIG_RAM_SIZE 0x00008000
/* Size of one firmware image in flash */
-#define CONFIG_FW_IMAGE_SIZE (32 * 1024)
+#define CONFIG_FW_IMAGE_SIZE (40 * 1024)
#define CONFIG_FW_RO_OFF 0
#define CONFIG_FW_A_OFF CONFIG_FW_IMAGE_SIZE
#define CONFIG_FW_B_OFF (2 * CONFIG_FW_IMAGE_SIZE)