diff options
author | Stefan Roese <sr@denx.de> | 2007-02-03 07:53:41 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-02-03 07:53:41 +0100 |
commit | e7511c266f6d47ec8d41bef301d9474776bfeedf (patch) | |
tree | dc2115dee023f934ec5705e96d7713ac397f9c04 /include/flash.h | |
parent | 73e815b7fc11478aee180909e990009ebdb26725 (diff) | |
parent | 23744d6b5bf17592eb6a0ef4f318f6089f55993b (diff) |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
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 8b7e824cca0..55b6d8f3885 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 |