]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: sunxi: Fix build break when CONFIG_USB_EHCI is not defined
authorChen-Yu Tsai <wens@csie.org>
Fri, 3 Oct 2014 12:16:22 +0000 (20:16 +0800)
committerHans de Goede <hdegoede@redhat.com>
Fri, 24 Oct 2014 07:35:37 +0000 (09:35 +0200)
commit859b3f1432df7210f118fdbe6535afa4426e49f2
treea10bc8fc31a4afb48c7279df33c9727244219ebb
parentea520947b125ebd7ce63fae2cbfb6937727eae0a
ARM: sunxi: Fix build break when CONFIG_USB_EHCI is not defined

BOOT_TARGET_DEVICES includes USB unconditionally. This breaks when
CONFIG_CMD_USB is not defined. Use a secondary macro to conditionally
include it when CONFIG_EHCI is enabled, as we do for CONFIG_AHCI.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
include/configs/sunxi-common.h