summaryrefslogtreecommitdiff
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2017-11-30 19:44:00 +0300
committerJaehoon Chung <jh80.chung@samsung.com>2018-01-12 12:11:04 +0300
commitd8e3d420891a5563fb307871581092c57aa1191e (patch)
tree8cce16b0bd2354de29e07856374d63dbbd7cfb6e /drivers/mmc/Kconfig
parentf7d5dffc65c1fdb1d1e4a69606a428ef62cfcdf5 (diff)
downloadu-boot-d8e3d420891a5563fb307871581092c57aa1191e.tar.xz
mmc: convert most of printf() to pr_err() and pr_warn()
This allows to compile out the log message by tweaking the LOGLEVEL. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r--drivers/mmc/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 006c9016a6..c34ab219e8 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -58,13 +58,6 @@ config MMC_VERBOSE
Enable the output of more information about the card such as the
operating mode.
-config SPL_MMC_VERBOSE
- bool "Output more information about the MMC in SPL"
- default n
- help
- Enable the output of more information about the card such as the
- operating mode.
-
config SPL_MMC_TINY
bool "Tiny MMC framework in SPL"
help