diff options
| author | wdenk <wdenk> | 2004-06-09 21:50:45 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-06-09 21:50:45 +0000 | 
| commit | 2d24a3a787c2376c2c2c86a511eee78ef170923f (patch) | |
| tree | db949ae010577426e1ead185352703cdb68a36c7 /include/flash.h | |
| parent | e63c8ee3dcde0992377df434ab5af486dd866866 (diff) | |
| download | olio-uboot-2014.01-2d24a3a787c2376c2c2c86a511eee78ef170923f.tar.xz olio-uboot-2014.01-2d24a3a787c2376c2c2c86a511eee78ef170923f.zip | |
* Patch by Yuli Barcohen, 09 Jun 2004:
  Add support for Analogue&Micro Adder87x and the older AdderII board.
* Patch by Ming-Len Wu, 09 Jun 2004:
  Add suppport for MC9328 (Dargonball) CPU and Motorola MX1ADS board
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 190eb17d0..ddba7e51e 100644 --- a/include/flash.h +++ b/include/flash.h @@ -372,6 +372,7 @@ extern void flash_read_factory_serial(flash_info_t * info, void * buffer, int of  #define FLASH_FUJLV650	0x00B4		/* Fujitsu MBM 29LV650UE/651UE		*/ +#define FLASH_MT28S4M16LC 0x00B5	/* Micron MT28S4M16LC 			*/  #define FLASH_UNKNOWN	0xFFFF		/* unknown flash type			*/ |