u-boot/board/freescale/mx6ullevk/Kconfig

16 lines
227 B
Text
Raw Normal View History

if TARGET_MX6ULL_14X14_EVK
config SYS_BOARD
default "mx6ullevk"
config SYS_VENDOR
default "freescale"
config SYS_CONFIG_NAME
default "mx6ullevk"
config IMX_CONFIG
default "board/freescale/mx6ullevk/imximage.cfg"
endif