[U-Boot] [PATCH 3/3] imx: initialize and use generic timer on i.MX 6UL/ULL

Stefan Agner stefan at agner.ch
Fri Jan 5 14:01:47 UTC 2018


On 2018-01-05 13:40, Fabio Estevam wrote:
> On Mon, Jan 1, 2018 at 10:43 PM, Stefan Agner <stefan at agner.ch> wrote:
> 
>> --- a/arch/arm/mach-imx/mx6/Kconfig
>> +++ b/arch/arm/mach-imx/mx6/Kconfig
>> @@ -9,7 +9,7 @@ config MX6_SMP
>>
>>  config MX6
>>         select ARM_ERRATA_743622 if !MX6UL && !MX6ULL
>> -       select GPT_TIMER
>> +       select GPT_TIMER if !MX6UL && !MX6ULL
>>         bool
>>         default y
>>         imply CMD_FUSE
>> @@ -54,6 +54,7 @@ config MX6UL
>>         select HAS_CAAM
>>         select SYS_L2CACHE_OFF
>>         select ROM_UNIFIED_SECTIONS
>> +       select SYSCOUNTER_TIMER
>>         bool
>>
>>  config MX6UL_LITESOM
>> @@ -76,6 +77,7 @@ config MX6UL_OPOS6UL
>>  config MX6ULL
>>         select SYS_L2CACHE_OFF
>>         select ROM_UNIFIED_SECTIONS
>> +       select SYSCOUNTER_TIMER
> 
> This is not needed as MX6UL_LITESOM already selects MX6UL.

This does not add it to MX6UL_LITESOM, it adds it to "config MX6ULL".
diff is somewhat confusing here.

--
Stefan

> 
> Other than that:
> 
> Reviewed-by: Fabio Estevam <fabio.estevam at nxp.com>


More information about the U-Boot mailing list