summaryrefslogtreecommitdiff
path: root/baseboard/zork/baseboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/zork/baseboard.h')
-rw-r--r--baseboard/zork/baseboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/zork/baseboard.h b/baseboard/zork/baseboard.h
index 2a9827ca9a..9482ee02be 100644
--- a/baseboard/zork/baseboard.h
+++ b/baseboard/zork/baseboard.h
@@ -19,7 +19,7 @@
#define NPCX7_PWM1_SEL 0 /* GPIO C2 is not used as PWM1. */
/* Internal SPI flash on NPCX7 */
-#define CONFIG_FLASH_SIZE (512 * 1024)
+#define CONFIG_FLASH_SIZE_BYTES (512 * 1024)
#define CONFIG_SPI_FLASH_REGS
#define CONFIG_SPI_FLASH_W25Q40 /* Internal SPI flash type. */