[U-Boot] [PATCH v2 1/2] cmd: add Kconfig option for 'date' command

Chris Packham judge.packham at gmail.com
Wed Apr 26 20:30:38 UTC 2017


On Thu, Apr 27, 2017 at 8:24 AM, Tom Rini <trini at konsulko.com> wrote:
> On Thu, Apr 27, 2017 at 05:55:18AM +1200, Chris Packham wrote:
>> (drop long Cc list to stop mailman complaining)
>>
>> On Thu, Apr 27, 2017 at 5:22 AM, Simon Glass <sjg at chromium.org> wrote:
>> > On 25 April 2017 at 23:19, Chris Packham <judge.packham at gmail.com> wrote:
>> >>
>> >> Signed-off-by: Chris Packham <judge.packham at gmail.com>
>> >>
>> >> ---
>> >> As requested I've run moveconfig.py to update the defconfigs
>> >>
>> >> Changes in v2:
>> >> - run moveconfig.py
>> >
>> > Looks good! Can you please also remove this option from config_whitelist?
>>
>> Actually I'm not as confident that I've got it right. I haven't got
>> all the cross-compilers installed (I'm travelling right now so I can't
>> install them easily due to flaky hotel wifi). Looking at the way
>> moveconfig.py works the header cleanup will catch boards where the
>> defconfig update step was skipped due to missing compilers.
>>
>> Is there a sane way I can map the defconfig files I have updated to
>> the include/configs/*.h files?
>
> It looked about right.  The biggest problem is that it looks like we
> should have it be default y if ... some options.  And that's something
> that's hard to do without a bigger machine and all the cross-tools and
> such, so I'll pick it up from there, thanks!
>

Thanks Tom. I did actually manage to get remote access to my primary
machine with a few more toolchains so I've just sent a v3 generated by
that.

> --
> Tom


More information about the U-Boot mailing list