summaryrefslogtreecommitdiff
path: root/chip/host/config_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/host/config_chip.h')
-rw-r--r--chip/host/config_chip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/host/config_chip.h b/chip/host/config_chip.h
index eaaf46287f..4c8dc7fb75 100644
--- a/chip/host/config_chip.h
+++ b/chip/host/config_chip.h
@@ -9,8 +9,8 @@
#define __CROS_EC_CONFIG_CHIP_H
/* Memory mapping */
-#define CONFIG_FLASH_PHYSICAL_SIZE 0x00020000
-extern char __host_flash[CONFIG_FLASH_PHYSICAL_SIZE];
+#define CONFIG_FLASH_SIZE 0x00020000
+extern char __host_flash[CONFIG_FLASH_SIZE];
#define CONFIG_PROGRAM_MEMORY_BASE ((uintptr_t)__host_flash)
#define CONFIG_FLASH_BANK_SIZE 0x1000