summaryrefslogtreecommitdiffstats
path: root/board/freescale/m547xevb/Kconfig
blob: d21072e2efab709c62c940092ce7ca25d23d04f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if TARGET_M5475EVB

config SYS_CPU
	string
	default "mcf547x_8x"

config SYS_BOARD
	string
	default "m547xevb"

config SYS_VENDOR
	string
	default "freescale"

config SYS_CONFIG_NAME
	string
	default "M5475EVB"

endif
OpenPOWER on IntegriCloud