diff options
author | Stefan Roese <sr@denx.de> | 2006-12-28 19:09:07 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2006-12-28 19:09:07 +0100 |
commit | cce2adfb93ea31d21a2f69bbf68146dfe8c40350 (patch) | |
tree | 1485bc01fbdd9b6b8b8493c490ba4bf6f5cb4439 /include/flash.h | |
parent | 074acedbff821026ed47035e56a18600d789ce05 (diff) | |
parent | 92eb729bad876725aeea908d2addba0800620840 (diff) | |
download | u-boot-imx-cce2adfb93ea31d21a2f69bbf68146dfe8c40350.zip u-boot-imx-cce2adfb93ea31d21a2f69bbf68146dfe8c40350.tar.gz u-boot-imx-cce2adfb93ea31d21a2f69bbf68146dfe8c40350.tar.bz2 |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
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 9c57cbc..8b7e824 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; |