diff options
author | wdenk <wdenk> | 2003-12-08 01:34:36 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-12-08 01:34:36 +0000 |
commit | 4e5ca3eb670460cd5ad9b07fa4aafc0dee6178be (patch) | |
tree | 445ad34577e02b219f118c8825ad5815c3229541 /include/flash.h | |
parent | 9fd5e31fe0245c44a11d35a8603bb6b25c97b5c8 (diff) | |
download | u-boot-4e5ca3eb670460cd5ad9b07fa4aafc0dee6178be.tar.gz u-boot-4e5ca3eb670460cd5ad9b07fa4aafc0dee6178be.tar.xz u-boot-4e5ca3eb670460cd5ad9b07fa4aafc0dee6178be.zip |
* Patch by Bernhard Kuhn, 28 Nov 2003:
add support for Coldfire CPU
add support for Motorola M5272C3 and M5282EVB boards
Diffstat (limited to 'include/flash.h')
-rw-r--r-- | include/flash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/flash.h b/include/flash.h index 32f4f4a3b4..800fb4dcdd 100644 --- a/include/flash.h +++ b/include/flash.h @@ -136,6 +136,8 @@ extern int flash_real_protect(flash_info_t *info, long sector, int prot); #define AMD_ID_LV116DT 0xC7 /* 29LV116DT ( 2 M x 8, top boot sect) */ #define AMD_ID_LV016B 0xc8 /* 29LV016 ID ( 2 M x 8) */ +#define AMD_ID_PL160CB 0x22452245 /* 29PL160CB ID (16 M, bottom boot sect */ + #define AMD_ID_LV400T 0x22B922B9 /* 29LV400T ID ( 4 M, top boot sector) */ #define AMD_ID_LV400B 0x22BA22BA /* 29LV400B ID ( 4 M, bottom boot sect) */ |