From 5f5aee39162c4ce907ed92e68295367cb7793f50 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Mon, 26 Oct 2015 12:23:28 +0100 Subject: [PATCH] karo: tx48: fix build error "undefined reference to `mmc_legacy_init'" --- board/karo/tx48/Kconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2