commit | e4617bdb29e9c88e85f056f3aea46a2c8a5312e2 | [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 | fc6c0e29a28f6b71dfb728b7f78e9e770f2cd218 [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>