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

tbs2910: remove deprecated CONFIG_SYS_EXTRA_OPTIONS


move options from CONFIG_SYS_EXTRA_OPTIONS to board specific Kconfig

Signed-off-by: default avatarSoeren Moch <smoch@web.de>
parent c3f871c1
No related branches found
No related tags found
No related merge requests found
...@@ -12,4 +12,10 @@ config SYS_SOC ...@@ -12,4 +12,10 @@ config SYS_SOC
config SYS_CONFIG_NAME config SYS_CONFIG_NAME
default "tbs2910" default "tbs2910"
config MX6Q
default y
config IMX_CONFIG
default "board/boundary/nitrogen6x/nitrogen6q2g.cfg"
endif endif
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_ARCH_MX6=y CONFIG_ARCH_MX6=y
CONFIG_TARGET_TBS2910=y CONFIG_TARGET_TBS2910=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q2g.cfg,MX6Q"
# CONFIG_CMD_IMLS is not set # CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set # CONFIG_CMD_FLASH is not set
CONFIG_DM=y CONFIG_DM=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment