mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
tbs2910: fix Kconfig
fix Kconfig for tbs2910 board to prevent crash on relocation Signed-off-by: Soeren Moch <smoch@web.de>
This commit is contained in:
parent
a847fff11c
commit
f8bbd7f7b0
2 changed files with 1 additions and 8 deletions
|
@ -650,6 +650,7 @@ config TARGET_KOSAGI_NOVENA
|
|||
|
||||
config TARGET_TBS2910
|
||||
bool "Support tbs2910"
|
||||
select CPU_V7
|
||||
|
||||
config TARGET_TQMA6
|
||||
bool "TQ Systems TQMa6 board"
|
||||
|
|
|
@ -1,23 +1,15 @@
|
|||
if TARGET_TBS2910
|
||||
|
||||
config SYS_CPU
|
||||
string
|
||||
default "armv7"
|
||||
|
||||
config SYS_BOARD
|
||||
string
|
||||
default "tbs2910"
|
||||
|
||||
config SYS_VENDOR
|
||||
string
|
||||
default "tbs"
|
||||
|
||||
config SYS_SOC
|
||||
string
|
||||
default "mx6"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
string
|
||||
default "tbs2910"
|
||||
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue