u-boot/board/k+p/kp_imx53/Kconfig

19 lines
241 B
Text
Raw Normal View History

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