diff options
author | Gary Jennejohn <garyj@pollux.denx.de> | 2007-01-24 12:16:56 +0100 |
---|---|---|
committer | Gary Jennejohn <garyj@pollux.denx.de> | 2007-01-24 12:16:56 +0100 |
commit | 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3 (patch) | |
tree | b002914fc995346cb06a8f79dbb100c5e9164cd6 /include/flash.h | |
parent | b78bb469f536b357ee21c54f40201dbe4b201ac3 (diff) |
Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
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 |