Skip to content
Snippets Groups Projects
Commit 0192d7d5 authored by Stefan Roese's avatar Stefan Roese
Browse files

jedec_flash: Fix AM29DL800BB device ID


As pointed out by Jerry Hicks, this patch corrects the device ID of
the Spansion AM29DL800BB NOR device. Verified against latest Spansion
datasheet (rev C4 from Dezember 2006).

Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent c956717a
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
#define MANUFACTURER_SST 0x00BF
/* AMD */
#define AM29DL800BB 0x22C8
#define AM29DL800BB 0x22CB
#define AM29DL800BT 0x224A
#define AM29F800BB 0x2258
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment