diff options
author | Wolfgang Denk <wd@denx.de> | 2010-12-17 20:11:54 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-12-17 20:11:54 +0100 |
commit | 6afde8bfd0c5ab26b720e0892f18c290e19f2839 (patch) | |
tree | e1a2371f88aa500aed67b4d8b56a409a7dde8461 /include | |
parent | 2ad6eee1a4d1bf683bc27f909f64d8f6c92376b6 (diff) | |
parent | 6f726f9584eb19e7bcef435eef8b3f8a0838e6e0 (diff) | |
download | u-boot-imx-6afde8bfd0c5ab26b720e0892f18c290e19f2839.zip u-boot-imx-6afde8bfd0c5ab26b720e0892f18c290e19f2839.tar.gz u-boot-imx-6afde8bfd0c5ab26b720e0892f18c290e19f2839.tar.bz2 |
Merge branch 'next' of git://www.denx.de/git/u-boot-cfi-flash into next
Diffstat (limited to 'include')
-rw-r--r-- | include/mtd/cfi_flash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mtd/cfi_flash.h b/include/mtd/cfi_flash.h index 2ff00f2..3245b44 100644 --- a/include/mtd/cfi_flash.h +++ b/include/mtd/cfi_flash.h @@ -32,6 +32,8 @@ #define FLASH_CMD_ERASE_CONFIRM 0xD0 #define FLASH_CMD_WRITE 0x40 #define FLASH_CMD_PROTECT 0x60 +#define FLASH_CMD_SETUP 0x60 +#define FLASH_CMD_SET_CR_CONFIRM 0x03 #define FLASH_CMD_PROTECT_SET 0x01 #define FLASH_CMD_PROTECT_CLEAR 0xD0 #define FLASH_CMD_CLEAR_STATUS 0x50 |