mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
e3db4ade1b
SYS_SOC is already defined in arch/arm/cpu/armv7/mx6/Kconfig, no need to define it again Signed-off-by: Soeren Moch <smoch@web.de>
18 lines
236 B
Text
18 lines
236 B
Text
if TARGET_TBS2910
|
|
|
|
config SYS_BOARD
|
|
default "tbs2910"
|
|
|
|
config SYS_VENDOR
|
|
default "tbs"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "tbs2910"
|
|
|
|
config MX6Q
|
|
default y
|
|
|
|
config IMX_CONFIG
|
|
default "board/boundary/nitrogen6x/nitrogen6q2g.cfg"
|
|
|
|
endif
|