diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 22:34:59 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 21:44:51 (GMT) |
commit | ce058ae5f2c539e4fc8f2ceec591c78eb8b0ae57 (patch) | |
tree | ac2ab1f6ff8a022c32b6c1241359425ea7d7020a /include/configs/exynos5-common.h | |
parent | 7a7643184597a72e3b3791de068a402dfc4a66ec (diff) | |
download | u-boot-fsl-qoriq-ce058ae5f2c539e4fc8f2ceec591c78eb8b0ae57.tar.xz |
Convert CONFIG_CMD_TRACE to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_TRACE
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'include/configs/exynos5-common.h')
-rw-r--r-- | include/configs/exynos5-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h index 3b73bbc..9c9681e 100644 --- a/include/configs/exynos5-common.h +++ b/include/configs/exynos5-common.h @@ -17,7 +17,6 @@ #ifdef FTRACE #define CONFIG_TRACE -#define CONFIG_CMD_TRACE #define CONFIG_TRACE_BUFFER_SIZE (16 << 20) #define CONFIG_TRACE_EARLY_SIZE (8 << 20) #define CONFIG_TRACE_EARLY |