diff options
author | Bartlomiej Sieka <tur@semihalf.com> | 2007-12-11 13:59:57 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-12-13 12:00:37 +0100 |
commit | 42026c9cb3a76849b41e6e24abfb7b56807a5c1a (patch) | |
tree | afa2597b10e02c1c3f8464b90cc3805d552f11ff /include/flash.h | |
parent | 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39 (diff) |
CFI: synchronize command offsets with Linux CFI driver
Fixes non-working CFI Flash on the Inka4x0 board.
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
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 6e252ccad8b..2ed1e20fd22 100644 --- a/include/flash.h +++ b/include/flash.h @@ -80,6 +80,7 @@ typedef struct { #define FLASH_CFI_X8 0x00 #define FLASH_CFI_X16 0x01 #define FLASH_CFI_X8X16 0x02 +#define FLASH_CFI_X16X32 0x05 /* convert between bit value and numeric value */ #define CFI_FLASH_SHIFT_WIDTH 3 |