u-boot-brain/board/cssi/MCR3000/Kconfig
Christophe Leroy 53193a4f07 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>
2017-07-08 15:56:06 -04:00

16 lines
182 B
Plaintext

if TARGET_MCR3000
config SYS_BOARD
default "MCR3000"
config SYS_VENDOR
default "cssi"
config SYS_CONFIG_NAME
default "MCR3000"
config SYS_TEXT_BASE
default 0x04000000
endif