summaryrefslogtreecommitdiff
path: root/board/cherry_scp/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cherry_scp/board.h')
-rw-r--r--board/cherry_scp/board.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/cherry_scp/board.h b/board/cherry_scp/board.h
index 16d9bdf063..eb17d3360e 100644
--- a/board/cherry_scp/board.h
+++ b/board/cherry_scp/board.h
@@ -16,11 +16,11 @@
* | ROM vectortable, .text, .rodata, .data LMA
* +-------------------- 0x58000
* | RAM .bss, .data
- * +-------------------- 0x0ffc00
+ * +-------------------- 0xbfc00
* | Reserved (padding for 1k-alignment)
- * +-------------------- 0x0ffdb0
+ * +-------------------- 0xbfdb0
* | IPI shared buffer with AP (288 + 8) * 2
- * +-------------------- 0x100000
+ * +-------------------- 0xc0000
*/
#define CONFIG_ROM_BASE 0x0
#define CONFIG_RAM_BASE 0x58000
@@ -28,6 +28,6 @@
#define CONFIG_RAM_SIZE ((CONFIG_IPC_SHARED_OBJ_ADDR & (~(0x400 - 1))) - \
CONFIG_RAM_BASE)
-#define SCP_FW_END 0x100000
+#define SCP_FW_END 0xc0000
#endif /* __CROS_EC_BOARD_H */