[U-Boot] [PATCH v4 8/9] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
Simon Glass
sjg at chromium.org
Tue Sep 12 16:17:41 UTC 2017
Hi Jean-Jacques,
On 12 September 2017 at 07:23, Jean-Jacques Hiblot <jjhiblot at ti.com> wrote:
> Hi Simon,
>
> It's has been a month since you've reviewed the series, I think it's time
> that I send a v5.
> I tried to address all your remarks but I stumbled on this one below:
>
> JJ
>
> On 13/08/2017 23:35, Simon Glass wrote:
>>
>> diff --git a/dts/Kconfig b/dts/Kconfig
>>>
>>> index c78438a..ec91a71 100644
>>> --- a/dts/Kconfig
>>> +++ b/dts/Kconfig
>>> @@ -118,6 +118,89 @@ config MULTI_DTB_FIT
>>> the correct DTB to be used. Use this if you need to support
>>> multiple DTBs but don't use the SPL.
>>>
>>> +
>>> +config SPL_MULTI_DTB_FIT
>>> + depends on SPL_LOAD_FIT && SPL_OF_CONTROL && !SPL_OF_PLATDATA
>>> + bool "support embedding several DTBs in a FIT image for the SPL"
>>
>> Can you please capitalise the options in this file, so 'Bool'*
>
> I tried to do that, but it didn't work. Could it be a matter of the host
> configuration ?
That's me being silly, sorry. I mean:
bool "Support ..."
Regards,
Simon
More information about the U-Boot
mailing list