commit | 2191d54db352e8418710a253804abf7145ad5a2a | [log] [tgz] |
---|---|---|
author | akaher <akaher@vmware.com> | Thu Apr 11 05:23:50 2019 +0000 |
committer | Matthias Brugger <mbrugger@suse.com> | Wed Jun 12 12:23:46 2019 +0200 |
tree | d6a23cb6873da6b93d42f7ef3bc41d35f88d3b4c | |
parent | ec0744f2b39bac134ede3b1dd58ef409d2734c34 [diff] |
Fix compilation error if CONFIG_USB is disabled 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 Signed-off-by: Ajay Kaher <akaher@vmware.com> Signed-off-by: Matthias Brugger <mbrugger@suse.com>