commit | 859b3f1432df7210f118fdbe6535afa4426e49f2 | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Fri Oct 03 20:16:22 2014 +0800 |
committer | Hans de Goede <hdegoede@redhat.com> | Fri Oct 24 09:35:37 2014 +0200 |
tree | a10bc8fc31a4afb48c7279df33c9727244219ebb | |
parent | ea520947b125ebd7ce63fae2cbfb6937727eae0a [diff] |
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>