From 03fff0f86c39f53998b4efe2c83aa260e5f61bee Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Mon, 23 Oct 2023 12:31:18 -0700 Subject: [PATCH] Fix build. Change-Id: I20bd0356c63745423e23aec71f272fe2e32db88e Signed-off-by: Tim Newsome --- src/flash/nor/driver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/flash/nor/driver.h b/src/flash/nor/driver.h index 889a811e32..fcb9ea75ad 100644 --- a/src/flash/nor/driver.h +++ b/src/flash/nor/driver.h @@ -259,6 +259,7 @@ extern const struct flash_driver em357_flash; extern const struct flash_driver esirisc_flash; extern const struct flash_driver faux_flash; extern const struct flash_driver fespi_flash; +extern const struct flash_driver gd32vf103_flash; extern const struct flash_driver fm3_flash; extern const struct flash_driver fm4_flash; extern const struct flash_driver jtagspi_flash;