diff options
author | Norman James <njames@us.ibm.com> | 2015-11-11 10:31:41 -0600 |
---|---|---|
committer | Norman James <njames@us.ibm.com> | 2015-11-11 10:31:41 -0600 |
commit | bb8eb61e781f7e8330a5194c4009717ec194667f (patch) | |
tree | 9fbe7265c2dadf4552d22ce74c5fc0b2b2c65bf8 | |
parent | 2a76020821d50693a8fe6450595e16631cb99f23 (diff) | |
download | talos-skeleton-bb8eb61e781f7e8330a5194c4009717ec194667f.tar.gz talos-skeleton-bb8eb61e781f7e8330a5194c4009717ec194667f.zip |
remove flash type
-rw-r--r-- | objects/pflash/libflash/libflash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/objects/pflash/libflash/libflash.c b/objects/pflash/libflash/libflash.c index e075b89..1482137 100644 --- a/objects/pflash/libflash/libflash.c +++ b/objects/pflash/libflash/libflash.c @@ -9,7 +9,6 @@ static const struct flash_info flash_info[] = { { 0xc22019, 0x02000000, FL_ERASE_ALL | FL_CAN_4B, "Macronix MXxxL25635F"},
{ 0xc2201a, 0x04000000, FL_ERASE_ALL | FL_CAN_4B, "Macronix MXxxL51235F"},
{ 0xef4018, 0x01000000, FL_ERASE_ALL, "Winbond W25Q128BV" },
- { 0x20ba19, 0x02000000, FL_ERASE_ALL | FL_CAN_4B, "Micron W25Q256BV" },
{ 0x20ba20, 0x04000000, FL_ERASE_4K | FL_ERASE_64K | FL_CAN_4B |
FL_ERASE_BULK | FL_MICRON_BUGS,
"Micron N25Qx512Ax" },
|