2
0
Fork 0
mirror of https://github.com/AsahiLinux/u-boot synced 2025-01-02 08:18:57 +00:00
u-boot/board/freescale/mx7ulp_evk/Kconfig

16 lines
224 B
Text
Raw Normal View History

if TARGET_MX7ULP_EVK
config SYS_BOARD
default "mx7ulp_evk"
config SYS_VENDOR
default "freescale"
config SYS_CONFIG_NAME
default "mx7ulp_evk"
config IMX_CONFIG
default "board/freescale/mx7ulp_evk/imximage.cfg"
endif