u-boot/board/tbs/tbs2910/Kconfig
Soeren Moch f296f13915 tbs2910: remove deprecated CONFIG_SYS_EXTRA_OPTIONS
move options from CONFIG_SYS_EXTRA_OPTIONS to board specific Kconfig

Signed-off-by: Soeren Moch <smoch@web.de>
2015-09-02 15:34:12 +02:00

21 lines
267 B
Text

if TARGET_TBS2910
config SYS_BOARD
default "tbs2910"
config SYS_VENDOR
default "tbs"
config SYS_SOC
default "mx6"
config SYS_CONFIG_NAME
default "tbs2910"
config MX6Q
default y
config IMX_CONFIG
default "board/boundary/nitrogen6x/nitrogen6q2g.cfg"
endif