aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2023-03-06 09:04:39 -0800
committerTim Newsome <tim@sifive.com>2023-03-06 09:04:39 -0800
commite2ec1894aed2b62317082ea9fadc1b6525a232e1 (patch)
tree36f891e6c1a3bca29475a91af1041daa04573764
parent3dcb3454a9f663ec590d78fa46e10e9930f581a7 (diff)
downloadriscv-openocd-e2ec1894aed2b62317082ea9fadc1b6525a232e1.zip
riscv-openocd-e2ec1894aed2b62317082ea9fadc1b6525a232e1.tar.gz
riscv-openocd-e2ec1894aed2b62317082ea9fadc1b6525a232e1.tar.bz2
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 <tim@sifive.com>
-rw-r--r--src/flash/nor/spi.c1
1 files changed, 0 insertions, 1 deletions
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),