diff mbox

[OpenWrt-Devel] sunxi: disable MMC debugging in kernel config

Message ID 20150121020125.GA31819@makrotopia.org
State Accepted, archived
Delegated to: Zoltan HERPAI
Headers show

Commit Message

Daniel Golle Jan. 21, 2015, 2:01 a.m. UTC
MMC reads and writes caused some heavy log pollution, unset
CONFIG_MMC_DEBUG to fix that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
---
 target/linux/sunxi/config-3.18 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/target/linux/sunxi/config-3.18 b/target/linux/sunxi/config-3.18
index 3513f6a..d96406e 100644
--- a/target/linux/sunxi/config-3.18
+++ b/target/linux/sunxi/config-3.18
@@ -297,7 +297,7 @@  CONFIG_MIGRATION=y
 CONFIG_MMC=y
 CONFIG_MMC_BLOCK=y
 # CONFIG_MMC_BLOCK_BOUNCE is not set
-CONFIG_MMC_DEBUG=y
+# CONFIG_MMC_DEBUG is not set
 CONFIG_MMC_SUNXI=y
 CONFIG_MODULES_USE_ELF_REL=y
 CONFIG_MTD_SPLIT_SUPPORT=y