summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-08-08 21:05:47 (GMT)
committerTom Rini <trini@konsulko.com>2017-08-08 21:05:47 (GMT)
commitf0ca30fa19ee57e2f8452a1d0b8a30eb923d7e22 (patch)
tree102a78781f613a2455037f26a521dd157c37757e
parent1f032ce23ac8e789b716645dc9fd8392787add20 (diff)
parentbd2d489e248dada86a557c8d2ee4f914a2b0c8eb (diff)
downloadu-boot-fsl-qoriq-f0ca30fa19ee57e2f8452a1d0b8a30eb923d7e22.tar.xz
Merge git://www.denx.de/git/u-boot-cfi-flash
-rw-r--r--include/flash.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/flash.h b/include/flash.h
index 2a5e13a..908d7ce 100644
--- a/include/flash.h
+++ b/include/flash.h
@@ -67,8 +67,6 @@ typedef unsigned long flash_sect_t;
#define FLASH_CFI_BY16 0x02
#define FLASH_CFI_BY32 0x04
#define FLASH_CFI_BY64 0x08
-/* convert between bit value and numeric value */
-#define CFI_FLASH_SHIFT_WIDTH 3
/*
* Values for the flash device interface
*/