From: Lothar Waßmann Date: Mon, 26 Oct 2015 11:23:28 +0000 (+0100) Subject: karo: tx48: fix build error "undefined reference to `mmc_legacy_init'" X-Git-Tag: KARO-TX6UL-2015-11-30~13^2 X-Git-Url: https://git.karo-electronics.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=5f5aee39162c4ce907ed92e68295367cb7793f50 karo: tx48: fix build error "undefined reference to `mmc_legacy_init'" --- diff --git a/board/karo/tx48/Kconfig b/board/karo/tx48/Kconfig index 87430d69b0..f2dd29fb21 100644 --- a/board/karo/tx48/Kconfig +++ b/board/karo/tx48/Kconfig @@ -17,5 +17,6 @@ config TX48 default y select PHYLIB select SPL + select MMC if CMD_MMC endif