u-boot-brain/board/tbs/tbs2910/Kconfig
Soeren Moch f8bbd7f7b0 tbs2910: fix Kconfig
fix Kconfig for tbs2910 board to prevent crash on relocation

Signed-off-by: Soeren Moch <smoch@web.de>
2014-12-01 10:20:19 +01:00

16 lines
170 B
Plaintext

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