Skip to content
Snippets Groups Projects
Commit 81f5598b authored by Nikita Kiryanov's avatar Nikita Kiryanov Committed by Stefano Babic
Browse files

arm: mx6: cm-fx6: move cm-fx6 target under ARCH_MX6


cm-fx6 is an MX6 based board, and the menuconfig hierarchy should
reflect that. Make TARGET_CM_FX6 dependant on ARCH_MX6.

Cc: Stefano Babic <sbabic@denx.de>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: default avatarNikita Kiryanov <nikita@compulab.co.il>
Acked-by: default avatarIgor Grinberg <grinberg@compulab.co.il>
parent 7d731e3a
No related branches found
No related tags found
No related merge requests found
...@@ -625,14 +625,6 @@ config RMOBILE ...@@ -625,14 +625,6 @@ config RMOBILE
bool "Renesas ARM SoCs" bool "Renesas ARM SoCs"
select CPU_V7 select CPU_V7
config TARGET_CM_FX6
bool "Support cm_fx6"
select CPU_V7
select SUPPORT_SPL
select DM
select DM_SERIAL
select DM_GPIO
config ARCH_SOCFPGA config ARCH_SOCFPGA
bool "Altera SOCFPGA family" bool "Altera SOCFPGA family"
select CPU_V7 select CPU_V7
......
...@@ -29,6 +29,14 @@ choice ...@@ -29,6 +29,14 @@ choice
prompt "MX6 board select" prompt "MX6 board select"
optional optional
config TARGET_CM_FX6
bool "Support CM-FX6"
select CPU_V7
select SUPPORT_SPL
select DM
select DM_SERIAL
select DM_GPIO
config TARGET_SECOMX6 config TARGET_SECOMX6
bool "Support secomx6 boards" bool "Support secomx6 boards"
select CPU_V7 select CPU_V7
......
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_ARCH_MX6=y
CONFIG_TARGET_CM_FX6=y CONFIG_TARGET_CM_FX6=y
CONFIG_SPL=y CONFIG_SPL=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL,SPL" CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL,SPL"
......
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