[U-Boot] [PATCH v2 0/2] Fix compilation error if CONFIG_USB is disabled
Matthias Brugger
mbrugger at suse.com
Thu May 9 11:38:20 UTC 2019
Hi Ajay,
On 09/05/2019 13:26, Ajay Kaher wrote:
>
>
> On 25/04/19, 7:07 PM, "Tom Rini" <trini at konsulko.com> wrote:
>
>> On Thu, Apr 25, 2019 at 01:13:24PM +0000, Ajay Kaher wrote:
>> >
>> > Tom, [PATCH v2 1/2] reviewed by 'Matthias Brugger'.
>> > But no update on [Patch v2 2/2] (includes changes in include/configs/rpi.h)
>>
>> Since Matthias is the Pi custodian, I'm expecting a PR from him with the
>> changes. Thanks!
>
> Matthias, please let me know if you would require any info or detail from
> me to review [Patch v2 2/2]. To create the [Patch v2 2/2], I have taken the reference
> of include/configs/rockchip-common.h. Same changes are already present in
> include/configs/rockchip-common.h, hope this will help you to do review and PR. Thanks.
>
It's on my list. On the first look it seems good for me.
Bear with me, I'll take it netxt week and push it out.
Regards,
Matthias
> - Ajay
>
>> >
>> >
>> > On 11/04/19, 10:56 AM, "akaher" <akaher at vmware.com> wrote:
>> >
>> > Fix compilation error if CONFIG_USB is disabled
>> >
>> > [Patch v2 1/2]:
>> > CONFIG_CMD_USB depends upon CONFIG_USB, so CONFIG_CMD_USB
>> > should not be enabled if CONFIG_USB is disabled.
>> >
>> > [Patch v2 2/2]:
>> > This patch is to fix the following compilation error when
>> > disabling CONFIG_USB for Rpi3:
>> >
>> > include/config_distro_bootcmd.h:242:2: error: expected ‘}’
>> > before ‘BOOT_TARGET_DEVICES_references_USB_without_CONFIG_CMD_USB’
>> > BOOT_TARGET_DEVICES_references_USB_without_CONFIG_CMD_USB
>> >
>> >
>> > Changes from v1:
>> > Split the patch.
>> >
>> >
>> > cmd/Kconfig | 1 +
>> > include/configs/rpi.h | 36 +++++++++++++++++++++++++++++++-----
>> >
>> > 2 file changed, 32 insertions(+), 5 deletions(-)
>> >
>> > --
>> > 2.14.2
>> >
>
>
More information about the U-Boot
mailing list