diff options
author | Nikita Kiryanov <nikita@compulab.co.il> | 2015-07-23 17:19:33 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-08-02 10:51:38 +0200 |
commit | 81f5598b2d8b0d3875b02aee26b12c454fa2c30e (patch) | |
tree | c525a3036e2bda40af485d132f857376edb2e685 /configs/cm_fx6_defconfig | |
parent | 7d731e3a9ac88329d508ded2886a2e28c21b655f (diff) | |
download | u-boot-81f5598b2d8b0d3875b02aee26b12c454fa2c30e.tar.gz |
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: Nikita Kiryanov <nikita@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Diffstat (limited to 'configs/cm_fx6_defconfig')
-rw-r--r-- | configs/cm_fx6_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/cm_fx6_defconfig b/configs/cm_fx6_defconfig index 25829dbf45..7ad5c21783 100644 --- a/configs/cm_fx6_defconfig +++ b/configs/cm_fx6_defconfig @@ -1,4 +1,5 @@ CONFIG_ARM=y +CONFIG_ARCH_MX6=y CONFIG_TARGET_CM_FX6=y CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL,SPL" |