From e2ec1894aed2b62317082ea9fadc1b6525a232e1 Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Mon, 6 Mar 2023 09:04:39 -0800 Subject: flash: Remove duplicate entry for micron mt25qu01. This probably crept in when merging in upstream in the past. Change-Id: Iccce4515b6b5d4a90773f6d432754b065fb240bb Signed-off-by: Tim Newsome --- src/flash/nor/spi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/flash') diff --git a/src/flash/nor/spi.c b/src/flash/nor/spi.c index 16b23a6..627bb41 100644 --- a/src/flash/nor/spi.c +++ b/src/flash/nor/spi.c @@ -96,7 +96,6 @@ const struct flash_device flash_devices[] = { FLASH_ID("micron n25q256 1.8v", 0x13, 0xec, 0x12, 0xdc, 0xc7, 0x0019bb20, 0x100, 0x10000, 0x2000000), FLASH_ID("micron mt25ql512", 0x13, 0xec, 0x12, 0xdc, 0xc7, 0x0020ba20, 0x100, 0x10000, 0x4000000), FLASH_ID("micron mt25ql01", 0x13, 0xec, 0x12, 0xdc, 0xc7, 0x0021ba20, 0x100, 0x10000, 0x8000000), - FLASH_ID("micron mt25qu01", 0x13, 0xec, 0x12, 0xdc, 0xc7, 0x0021bb20, 0x100, 0x10000, 0x8000000), FLASH_ID("micron mt25ql02", 0x13, 0xec, 0x12, 0xdc, 0xc7, 0x0022ba20, 0x100, 0x10000, 0x10000000), FLASH_ID("micron mt25qu01", 0x13, 0xec, 0x12, 0xdc, 0xc7, 0x0021bb20, 0x100, 0x10000, 0x8000000), FLASH_ID("win w25q80bv", 0x03, 0x00, 0x02, 0xd8, 0xc7, 0x001440ef, 0x100, 0x10000, 0x100000), -- cgit v1.1