[U-Boot] [PATCH 4/5] Kconfig: mx6ull: Deselect MX6UL from CONFIG_MX6ULL
Stefano Babic
sbabic at denx.de
Sun Dec 17 10:31:55 UTC 2017
On 28/11/2017 00:07, Breno Lima wrote:
> From: Breno Lima <breno.lima at nxp.com>
>
> MX6UL contains features that MX6ULL doesn't support.
> Deselect CONFIG_MX6UL and select SYS_L2CACHE_OFF and ROM_UNIFIED_SECTIONS.
>
> The motivation for doing this change is that MX6UL supports CAAM and
> MX6ULL does not.
>
> Signed-off-by: Breno Lima <breno.lima at nxp.com>
> ---
> arch/arm/mach-imx/mx6/Kconfig | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig
> index 4f8bb8f..279f088 100644
> --- a/arch/arm/mach-imx/mx6/Kconfig
> +++ b/arch/arm/mach-imx/mx6/Kconfig
> @@ -66,8 +66,9 @@ config MX6UL_OPOS6UL
> select SUPPORT_SPL
>
> config MX6ULL
> + select SYS_L2CACHE_OFF
> + select ROM_UNIFIED_SECTIONS
> bool
> - select MX6UL
>
> config MX6_DDRCAL
> bool "Include dynamic DDR calibration routines"
>
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
More information about the U-Boot
mailing list