Home
last modified time | relevance | path

Searched hist:"41 f8e9f5c48ec919b1a44591008ddc3e5a045228" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Dsunxi-common.h41f8e9f5c48ec919b1a44591008ddc3e5a045228 Tue Oct 07 07:11:49 UTC 2014 Chen-Yu Tsai <wens@csie.org> 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>