summaryrefslogtreecommitdiffstats
path: root/board/cogent/Kconfig
blob: 113034dc6b0ac9f6a4c17e574662204bc48b08f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
OpenPOWER on IntegriCloud