mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
85xx: Added MPC8535/E identifiers
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
22419d7797
commit
71b358cc26
2 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,8 @@ DECLARE_GLOBAL_DATA_PTR;
|
|||
struct cpu_type cpu_type_list [] = {
|
||||
CPU_TYPE_ENTRY(8533, 8533),
|
||||
CPU_TYPE_ENTRY(8533, 8533_E),
|
||||
CPU_TYPE_ENTRY(8535, 8535),
|
||||
CPU_TYPE_ENTRY(8535, 8535_E),
|
||||
CPU_TYPE_ENTRY(8536, 8536),
|
||||
CPU_TYPE_ENTRY(8536, 8536_E),
|
||||
CPU_TYPE_ENTRY(8540, 8540),
|
||||
|
|
|
@ -934,6 +934,8 @@
|
|||
|
||||
#define SVR_8533 0x803400
|
||||
#define SVR_8533_E 0x803C00
|
||||
#define SVR_8535 0x803701
|
||||
#define SVR_8535_E 0x803F01
|
||||
#define SVR_8536 0x803700
|
||||
#define SVR_8536_E 0x803F00
|
||||
#define SVR_8540 0x803000
|
||||
|
|
Loading…
Reference in a new issue