1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)

This commit is contained in:
Stefano Babic
2006-12-12 00:22:42 +01:00
committed by Wolfgang Denk
parent 1b3c360c23
commit d784fdb059
2 changed files with 3 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ typedef struct {
ushort device_id2; /* extended device id */
ushort ext_addr; /* extended query table address */
ushort cfi_version; /* cfi version */
ushort cfi_offset; /* offset for cfi query */
#endif
} flash_info_t;