[U-Boot] [PATCH 2/2][v5] armv8: ls2080aqds: Add support for SD boot
York Sun
york.sun at nxp.com
Mon May 15 15:27:33 UTC 2017
On 05/14/2017 09:43 PM, Santan Kumar wrote:
>>>
>>> -#ifdef CONFIG_FSL_MC_ENET
>>> +#if defined(CONFIG_FSL_MC_ENET) && !defined(CONFIG_SPL_BUILD)
>>
>> You have many changes like this in this patch. Why don't you change the
>> Kconfig
>>
>> --- a/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
>> +++ b/arch/arm/cpu/armv8/fsl-layerscape/Kconfig
>> @@ -96,7 +96,7 @@ config FSL_LSCH3
>> config FSL_MC_ENET
>> bool "Management Complex network"
>> depends on ARCH_LS2080A
>> - default y
>> + default y if !SPL_BUILD
>> select RESV_RAM
>> help
>> Enable Management Complex (MC) network
>>
>> Please try it.
>>
>> York
> [Santan Kumar] I have already tried it. SPL_BUILD flag was not enabled when we this code is executing. That's why I haven't added it in Kconfig.
>
Thanks for checking.
York
More information about the U-Boot
mailing list