]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx48: fix build error "undefined reference to `mmc_legacy_init'"
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 26 Oct 2015 11:23:28 +0000 (12:23 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 26 Oct 2015 11:23:28 +0000 (12:23 +0100)
board/karo/tx48/Kconfig

index 87430d69b04c7c934ef67d09bf8aa8fdd21f6f40..f2dd29fb2100bc452e376c81522579ef09f849b6 100644 (file)
@@ -17,5 +17,6 @@ config TX48
        default y
        select PHYLIB
        select SPL
+       select MMC if CMD_MMC
 
 endif