summaryrefslogtreecommitdiff
path: root/chip/ish/config_flash_layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/config_flash_layout.h')
-rw-r--r--chip/ish/config_flash_layout.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chip/ish/config_flash_layout.h b/chip/ish/config_flash_layout.h
index b470702972..0430baf3eb 100644
--- a/chip/ish/config_flash_layout.h
+++ b/chip/ish/config_flash_layout.h
@@ -12,7 +12,11 @@
#undef CONFIG_FLASH_PSTATE
#undef CONFIG_SPI_FLASH
+#ifdef CHIP_VARIANT_ISH5P4
+#define CONFIG_ISH_BOOT_START 0xFF200000
+#else
#define CONFIG_ISH_BOOT_START 0xFF000000
+#endif
/*****************************************************************************/
/* The following macros are not applicable for ISH, however the build fails if