blob: 8cfe20ab8dd4a0679e979df750255eca03eb338f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_M5475EVB
config SYS_CPU
default "mcf547x_8x"
config SYS_BOARD
default "m547xevb"
config SYS_VENDOR
default "freescale"
config SYS_CONFIG_NAME
default "M5475EVB"
endif
|