diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-18 00:10:49 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-23 14:07:26 -0400 |
commit | 8b7f4b9cc1f31292e5690336f529eca493df3df5 (patch) | |
tree | 7a41bdb3ed9c70c40137456892a2eb7c26cfb0b2 /include/configs/woodburn_common.h | |
parent | 166cae20dd797dcb25fc550269792f15704d9c58 (diff) | |
download | u-boot-8b7f4b9cc1f31292e5690336f529eca493df3df5.tar.gz |
mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUG
All users of this macro have been converted. Remove MTDDEBUG and
related CONFIG options.
ubifs_dbg_msg_key() is kept. It is silent unless DEBUG is defined.
I am not touching scripts/config_whitelist.txt. The deprecated options
will be dropped by the next resync.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/configs/woodburn_common.h')
-rw-r--r-- | include/configs/woodburn_common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/woodburn_common.h b/include/configs/woodburn_common.h index 8ea5e48483..67c936721d 100644 --- a/include/configs/woodburn_common.h +++ b/include/configs/woodburn_common.h @@ -178,10 +178,6 @@ #define CONFIG_MXC_NAND_HWECC #define CONFIG_SYS_NAND_LARGEPAGE -#if 0 -#define CONFIG_MTD_DEBUG -#define CONFIG_MTD_DEBUG_VERBOSE 7 -#endif #define CONFIG_SYS_NAND_ONFI_DETECTION /* |