commit | 4fb00c770af01258b878d7d7803e785b3b14d90b | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Tue Oct 07 15:11:49 2014 +0800 |
committer | Hans de Goede <hdegoede@redhat.com> | Fri Oct 24 09:35:38 2014 +0200 |
tree | 31641709301e0eb30a88ee0806a4bcbf16a063fb | |
parent | 7de7fe4f665b1800892c4ef7a471ec61b3bb2268 [diff] |
ARM: sunxi: Fix build break when CONFIG_MMC is not defined BOOT_TARGET_DEVICES includes MMC unconditionally. This breaks when CONFIG_CMD_MMC is not defined. Use a secondary macro to conditionally include it when CONFIG_MMC is enabled, as we do for CONFIG_AHCI. This is used when we want to use uart0 from port F, which conflicts with mmc0. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Acked-by: Ian Campbell <ijc@hellion.org.uk>