summaryrefslogtreecommitdiff
path: root/chip/ish/config_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/config_chip.h')
-rw-r--r--chip/ish/config_chip.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/chip/ish/config_chip.h b/chip/ish/config_chip.h
index b4dea95767..4c884d00cc 100644
--- a/chip/ish/config_chip.h
+++ b/chip/ish/config_chip.h
@@ -41,7 +41,11 @@
#define CONFIG_RAM_BASE 0xFF000000
#endif
#define CONFIG_RAM_SIZE 0x000A0000
-#define CONFIG_RAM_BANK_SIZE 0x00008000
+#ifdef CHIP_VARIANT_ISH5P4
+#define CONFIG_RAM_BANK_SIZE 0x00010000
+#else
+#define CONFIG_RAM_BANK_SIZE 0x00008000
+#endif
#if defined(CHIP_FAMILY_ISH3)
/* On ISH3, there is no separate AON memory; use last 4KB of SRAM */