u-boot-brain/board/freescale/vf610twr/Kconfig
Stefan Agner 7966b43778 ARM: vf610: move to standard arch/board approach
Move Freescale/NXP Vybrid to a standard arch/board approach, similar
to what has been done to i.MX 6 earlier in commit 89ebc82137 ("ARM:
mx6: move to a standard arch/board approach").

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2017-03-19 17:30:11 +01:00

13 lines
148 B
Plaintext

if TARGET_VF610TWR
config SYS_BOARD
default "vf610twr"
config SYS_VENDOR
default "freescale"
config SYS_CONFIG_NAME
default "vf610twr"
endif