summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-06-26 16:17:46 -0700
committerChromeBot <chrome-bot@google.com>2013-06-26 18:31:22 -0700
commit751f99a24ce269d7424d991e4b88f9cab1b554e6 (patch)
tree445642d300c3e91dd2bd64bc0578bfbc86249f7e /board
parent1a00c4eab591f420a2e350e42e9047b2934451f0 (diff)
downloadchrome-ec-751f99a24ce269d7424d991e4b88f9cab1b554e6.tar.gz
link: fix sysjump rw
When TOT link moved to 128KB images, I missed two references to 80KB. Fix those, so TOT now builds 128KB images for all lm4-based platforms. BUG=chromium:252584 BRANCH=none (link branch will stay at 80KB images) TEST=sysjump rw doesn't crash Change-Id: I5f25cf97ec706374d03ce8ecff6572c1c84242b5 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/60153 Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/link/board.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/link/board.h b/board/link/board.h
index aad7abc0cf..4623d684ad 100644
--- a/board/link/board.h
+++ b/board/link/board.h
@@ -41,10 +41,6 @@
#define CONFIG_USB_PORT_POWER_SMART
#define CONFIG_WP_ACTIVE_HIGH
-/* Link uses 2 80KB images, with PSTATE at the end instead of following RO */
-#define CONFIG_FW_IMAGE_SIZE (80 * 1024)
-#define CONFIG_PSTATE_AT_END
-
#ifndef __ASSEMBLER__
/* Fan PWM channels */