From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sun, 21 Sep 2014 15:13:41 +0100 Subject: [U-Boot] [PATCH 1/7] ARM: sunxi: Fix build break when CONFIG_USB_EHCI is not defined In-Reply-To: <1410182892-18647-2-git-send-email-wens@csie.org> References: <1410182892-18647-1-git-send-email-wens@csie.org> <1410182892-18647-2-git-send-email-wens@csie.org> Message-ID: <1411308821.27559.7.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 2014-09-08 at 21:28 +0800, Chen-Yu Tsai wrote: > 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 Acked-by: Ian Campbell