[U-Boot] [PATCH v2 0/2] Fix compilation error if CONFIG_USB is disabled

Ajay Kaher akaher at vmware.com
Thu Apr 25 13:13:24 UTC 2019


Tom, [PATCH v2 1/2] reviewed by 'Matthias Brugger'.
But no update on [Patch v2 2/2] (includes changes in include/configs/rpi.h)

- 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