diff options
author | roy zang <tie-fei.zang@freescale.com> | 2007-01-30 16:43:18 +0800 |
---|---|---|
committer | Zang Tiefei <roy@bus.ap.freescale.net> | 2007-01-30 16:43:18 +0800 |
commit | c1c52e38d35ff01f08b55377126c979a08fbdb1d (patch) | |
tree | 2c4b7c384ccfc8834693ef392d30b10fc3899237 /include/flash.h | |
parent | fdef388758506765d4d6a7155c8f1584c63ff581 (diff) | |
parent | f8db84f132b1e335f20f96138a1f09ed97b08664 (diff) | |
download | u-boot-imx-c1c52e38d35ff01f08b55377126c979a08fbdb1d.zip u-boot-imx-c1c52e38d35ff01f08b55377126c979a08fbdb1d.tar.gz u-boot-imx-c1c52e38d35ff01f08b55377126c979a08fbdb1d.tar.bz2 |
Merge branch 'master' into hpc2
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 8b7e824..55b6d8f 100644 --- a/include/flash.h +++ b/include/flash.h @@ -304,6 +304,7 @@ extern void flash_read_factory_serial(flash_info_t * info, void * buffer, int of #define TOSH_ID_FVT160 0xC2 /* TC58FVT160 ID (16 M, top ) */ #define TOSH_ID_FVB160 0x43 /* TC58FVT160 ID (16 M, bottom ) */ +#define PHILIPS_LPC2292 0x0401FF13 /* LPC2292 internal FLASH */ /*----------------------------------------------------------------------- * Internal FLASH identification codes |