Re: [U-Boot] [PATCH 4/5] Kconfig: mx6ull: Deselect MX6UL from CONFIG_MX6ULL

2018-01-03 Thread Fabio Estevam
Hi Stefano, On Wed, Jan 3, 2018 at 11:13 AM, Stefano Babic wrote: > Agree - I am waiting for Breno's answer, but if we have a generally > agreement I tend to revert this until this change will be properly handled. I have already sent a fix for this problem: https://patchwork.ozlabs.org/patch/85

Re: [U-Boot] [PATCH 4/5] Kconfig: mx6ull: Deselect MX6UL from CONFIG_MX6ULL

2018-01-03 Thread Stefano Babic
Hi Stefan, Breno, On 01/01/2018 22:53, Stefan Agner wrote: > On 2017-11-28 00:07, Breno Lima wrote: >> From: Breno Lima >> >> 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 chan

Re: [U-Boot] [PATCH 4/5] Kconfig: mx6ull: Deselect MX6UL from CONFIG_MX6ULL

2018-01-01 Thread Fabio Estevam
Hi Stefan, On Mon, Jan 1, 2018 at 7:53 PM, Stefan Agner wrote: > > While I agree with the idea of the change in general, it must be done > more carefully! There are several places where we rely that > CONFIG_MX6ULL selects CONFIG_MX6ULL, e.g. > include/configs/mx6_common.h > arch/arm/include/asm/

Re: [U-Boot] [PATCH 4/5] Kconfig: mx6ull: Deselect MX6UL from CONFIG_MX6ULL

2018-01-01 Thread Stefan Agner
On 2017-11-28 00:07, Breno Lima wrote: > From: Breno Lima > > 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. While I agr

Re: [U-Boot] [PATCH 4/5] Kconfig: mx6ull: Deselect MX6UL from CONFIG_MX6ULL

2017-12-17 Thread Stefano Babic
On 28/11/2017 00:07, Breno Lima wrote: > From: Breno Lima > > 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. > > Signe

Re: [U-Boot] [PATCH 4/5] Kconfig: mx6ull: Deselect MX6UL from CONFIG_MX6ULL

2017-11-27 Thread Fabio Estevam
On Mon, Nov 27, 2017 at 9:07 PM, Breno Lima wrote: > From: Breno Lima > > 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. >

[U-Boot] [PATCH 4/5] Kconfig: mx6ull: Deselect MX6UL from CONFIG_MX6ULL

2017-11-27 Thread Breno Lima
From: Breno Lima 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 --- arch/arm/mach-imx/mx6/Kconfig |