commit | ee0cf16930cf9bc5ea08272a5a7ba973f9bccc14 | [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 | 4e526e25ab5d789b36c419fdcdbf8d99a519db10 [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>