summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-10-27 23:09:15 (GMT)
committerTom Rini <trini@konsulko.com>2015-10-27 23:09:15 (GMT)
commit714eec71bb7c0abf44f1a02b8aa99b864e437e62 (patch)
tree3e6b4d18394cbe3a452e493452e1507325459699 /include
parent2431492aef1de33bd222c97ecc131a338d9c454e (diff)
parent622b95274e4d699f3c713c325e958565312625ad (diff)
downloadu-boot-fsl-qoriq-714eec71bb7c0abf44f1a02b8aa99b864e437e62.tar.xz
Merge git://www.denx.de/git/u-boot-cfi-flash
Diffstat (limited to 'include')
-rw-r--r--include/mtd/cfi_flash.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/mtd/cfi_flash.h b/include/mtd/cfi_flash.h
index 048b477..52572b9 100644
--- a/include/mtd/cfi_flash.h
+++ b/include/mtd/cfi_flash.h
@@ -105,10 +105,10 @@
#define NUM_ERASE_REGIONS 4 /* max. number of erase regions */
typedef union {
- unsigned char c;
- unsigned short w;
- unsigned long l;
- unsigned long long ll;
+ u8 w8;
+ u16 w16;
+ u32 w32;
+ u64 w64;
} cfiword_t;
/* CFI standard query structure */