mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
f296f13915
move options from CONFIG_SYS_EXTRA_OPTIONS to board specific Kconfig Signed-off-by: Soeren Moch <smoch@web.de>
21 lines
267 B
Text
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
|