mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
powerpc, 8xx: Add support for MCR3000 board from CSSI
CS Systemes d'Information (CSSI) manufactures two boards, named MCR3000 and CMPC885 which are respectively based on MPC866 and MPC885 processors. This patch adds support for the first board. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
This commit is contained in:

committed by
Tom Rini

parent
dd7ff4721a
commit
53193a4f07
@ -8,6 +8,9 @@ choice
|
||||
prompt "Target select"
|
||||
optional
|
||||
|
||||
config TARGET_MCR3000
|
||||
bool "Support MCR3000 board from CSSI"
|
||||
|
||||
endchoice
|
||||
|
||||
choice
|
||||
@ -167,4 +170,6 @@ config SYS_OR7_PRELIM
|
||||
config SYS_IMMR
|
||||
hex "Value for IMMR"
|
||||
|
||||
source "board/cssi/MCR3000/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
Reference in New Issue
Block a user