diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-04-25 18:47:17 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-04-27 13:13:57 +0200 |
commit | cfdcc5f781ca144084d82e0168f43eee3ac0c534 (patch) | |
tree | 8974b4c88699e1d2628cfe8a073982433f5abb45 /configs | |
parent | b684586a5049950d98776ce28b7698c271ccb323 (diff) |
mx6cuboxi: Prepare for multi SoC support
Cubox-i and Hummingboard support several MX6 SoCs: mx6solo, mx6dual-lite,
mx6dual and mx6quad.
Use IOMUX_PADS() macro in order to prepare for the multi-SoC support.
Also pass 'MX6QDL' in the defconfig to indicate it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6cuboxi_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6cuboxi_defconfig b/configs/mx6cuboxi_defconfig index 85dc58ad8e4..4c2f0e0e4e4 100644 --- a/configs/mx6cuboxi_defconfig +++ b/configs/mx6cuboxi_defconfig @@ -1,5 +1,5 @@ CONFIG_SPL=y -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6Q" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL" CONFIG_ARM=y CONFIG_TARGET_MX6CUBOXI=y CONFIG_DM=y |