~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: fb35127696b74bffb96b66416b499ad71dfa7f7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if TARGET_KP_IMX53

config SYS_BOARD
	default "kp_imx53"

config SYS_VENDOR
	default "k+p"

config SYS_SOC
	default "mx5"

config SYS_CONFIG_NAME
	default "kp_imx53"

config IMX_CONFIG
	default "board/freescale/mx53loco/imximage.cfg"

endif