uboot/board/cogent/Kconfig

24 lines
267 B
Plaintext

if TARGET_COGENT_MPC8260
config SYS_BOARD
string
default "cogent"
config SYS_CONFIG_NAME
string
default "cogent_mpc8260"
endif
if TARGET_COGENT_MPC8XX
config SYS_BOARD
string
default "cogent"
config SYS_CONFIG_NAME
string
default "cogent_mpc8xx"
endif