Skip to content
Snippets Groups Projects
Commit f8bbd7f7 authored by Soeren Moch's avatar Soeren Moch Committed by Stefano Babic
Browse files

tbs2910: fix Kconfig


fix Kconfig for tbs2910 board to prevent crash on relocation

Signed-off-by: default avatarSoeren Moch <smoch@web.de>
parent a847fff1
No related branches found
No related tags found
No related merge requests found
...@@ -650,6 +650,7 @@ config TARGET_KOSAGI_NOVENA ...@@ -650,6 +650,7 @@ config TARGET_KOSAGI_NOVENA
config TARGET_TBS2910 config TARGET_TBS2910
bool "Support tbs2910" bool "Support tbs2910"
select CPU_V7
config TARGET_TQMA6 config TARGET_TQMA6
bool "TQ Systems TQMa6 board" bool "TQ Systems TQMa6 board"
......
if TARGET_TBS2910 if TARGET_TBS2910
config SYS_CPU
string
default "armv7"
config SYS_BOARD config SYS_BOARD
string
default "tbs2910" default "tbs2910"
config SYS_VENDOR config SYS_VENDOR
string
default "tbs" default "tbs"
config SYS_SOC config SYS_SOC
string
default "mx6" default "mx6"
config SYS_CONFIG_NAME config SYS_CONFIG_NAME
string
default "tbs2910" default "tbs2910"
endif endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment