mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
tbs2910: remove deprecated CONFIG_SYS_EXTRA_OPTIONS
move options from CONFIG_SYS_EXTRA_OPTIONS to board specific Kconfig Signed-off-by: Soeren Moch <smoch@web.de>
This commit is contained in:
parent
c3f871c176
commit
f296f13915
2 changed files with 6 additions and 1 deletions
|
@ -12,4 +12,10 @@ config SYS_SOC
|
|||
config SYS_CONFIG_NAME
|
||||
default "tbs2910"
|
||||
|
||||
config MX6Q
|
||||
default y
|
||||
|
||||
config IMX_CONFIG
|
||||
default "board/boundary/nitrogen6x/nitrogen6q2g.cfg"
|
||||
|
||||
endif
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
CONFIG_ARM=y
|
||||
CONFIG_ARCH_MX6=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_FLASH is not set
|
||||
CONFIG_DM=y
|
||||
|
|
Loading…
Reference in a new issue