diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-04-06 00:16:58 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-04-06 00:16:58 +0200 |
commit | 71b405df4e8efc0d6ac3b308d15e74eaa029eb5c (patch) | |
tree | 4733e2865b61662f2b9f690f1ba79bf630b6f4b8 /include/flash.h | |
parent | 197b049b8b8a488384f351b988dd15f78830ba4e (diff) | |
parent | 2662b40cace272da5759040622561d821c878d56 (diff) | |
download | u-boot-imx-71b405df4e8efc0d6ac3b308d15e74eaa029eb5c.zip u-boot-imx-71b405df4e8efc0d6ac3b308d15e74eaa029eb5c.tar.gz u-boot-imx-71b405df4e8efc0d6ac3b308d15e74eaa029eb5c.tar.bz2 |
Merge with /home/sr/git/u-boot/cfi-flash
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 4c68c68..a84dc68 100644 --- a/include/flash.h +++ b/include/flash.h @@ -45,6 +45,7 @@ typedef struct { ushort vendor; /* the primary vendor id */ ushort cmd_reset; /* Vendor specific reset command */ ushort interface; /* used for x8/x16 adjustments */ + ushort legacy_unlock; /* support Intel legacy (un)locking */ #endif } flash_info_t; |