mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 19:28:36 +00:00
f8bbd7f7b0
fix Kconfig for tbs2910 board to prevent crash on relocation Signed-off-by: Soeren Moch <smoch@web.de>
15 lines
170 B
Text
15 lines
170 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"
|
|
|
|
endif
|