mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-22 06:41:58 +00:00
powerpc/p3041: Add various p3041 related defines
There are various locations that we have chip specific info: * Makefile for which ddr code to build * Added p3041 to cpu_type_list and SVR list * Added number of LAWs for p3041 * Set CONFIG_MAX_CPUS to 4 for p3041 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
19dbcc96c0
commit
c26de2d8b1
5 changed files with 9 additions and 1 deletions
|
@ -1052,6 +1052,8 @@
|
|||
#define SVR_P2010_E 0x80EB00
|
||||
#define SVR_P2020 0x80E200
|
||||
#define SVR_P2020_E 0x80EA00
|
||||
#define SVR_P3041 0x821103
|
||||
#define SVR_P3041_E 0x821903
|
||||
#define SVR_P4040 0x820100
|
||||
#define SVR_P4040_E 0x820900
|
||||
#define SVR_P4080 0x820000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue