diff options
| author | Stefano Babic <sbabic@denx.de> | 2006-12-12 00:22:42 +0100 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2006-12-24 01:27:41 +0100 | 
| commit | d784fdb05900ada3686d5778783e1fb328e9fb66 (patch) | |
| tree | b609504b10dcb45619f585a6d4bf6b3641f9a20b /include/flash.h | |
| parent | 1b3c360c235dc684ec06c2d5f183f0a282ce45e2 (diff) | |
| download | olio-uboot-2014.01-d784fdb05900ada3686d5778783e1fb328e9fb66.tar.xz olio-uboot-2014.01-d784fdb05900ada3686d5778783e1fb328e9fb66.zip | |
Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
Diffstat (limited to 'include/flash.h')
| -rw-r--r-- | include/flash.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/flash.h b/include/flash.h index 9c57cbc42..8b7e824cc 100644 --- a/include/flash.h +++ b/include/flash.h @@ -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; |