From c7e5363ada5b34320e7be52857eda7be7afe82c4 Mon Sep 17 00:00:00 2001 From: libin-ka <46210417+libin-ka@users.noreply.github.com> Date: Sat, 5 Oct 2024 19:13:58 +0800 Subject: [PATCH] Update flashmem.h add W25Q16 devid Signed-off-by: libin-ka <46210417+libin-ka@users.noreply.github.com> --- common_arm/flashmem.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common_arm/flashmem.h b/common_arm/flashmem.h index f79de4a58..ec32b62d1 100644 --- a/common_arm/flashmem.h +++ b/common_arm/flashmem.h @@ -55,6 +55,7 @@ #define BUSY_TIMEOUT 200000L #define WINBOND_MANID 0xEF +#define WINBOND_16MB_DEVID 0x14 #define WINBOND_2MB_DEVID 0x11 #define WINBOND_1MB_DEVID 0x10 #define WINBOND_512KB_DEVID 0x05