Fix compilation error if CONFIG_USB is disabled
authorakaher <akaher@vmware.com>
Thu, 11 Apr 2019 05:23:50 +0000 (05:23 +0000)
committerMatthias Brugger <mbrugger@suse.com>
Wed, 12 Jun 2019 10:23:46 +0000 (12:23 +0200)
commite4617bdb29e9c88e85f056f3aea46a2c8a5312e2
treed6a23cb6873da6b93d42f7ef3bc41d35f88d3b4c
parentfc6c0e29a28f6b71dfb728b7f78e9e770f2cd218
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>
include/configs/rpi.h