summaryrefslogtreecommitdiff
path: root/board/ambassador
diff options
context:
space:
mode:
Diffstat (limited to 'board/ambassador')
-rw-r--r--board/ambassador/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ambassador/board.h b/board/ambassador/board.h
index fdc4ff3405..fedcce9d06 100644
--- a/board/ambassador/board.h
+++ b/board/ambassador/board.h
@@ -16,7 +16,7 @@
#define NPCX_UART_MODULE2 1 /* GPIO64/65 are used as UART pins. */
/* Internal SPI flash on NPCX796FC is 512 kB */
-#define CONFIG_FLASH_SIZE (512 * 1024)
+#define CONFIG_FLASH_SIZE_BYTES (512 * 1024)
#define CONFIG_SPI_FLASH_REGS
#define CONFIG_SPI_FLASH_W25Q80 /* Internal SPI flash type. */