From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Sat, 05 Aug 2017 11:54:30 +0200 Subject: [U-Boot] [U-Boot,v2,35/42] Convert CONFIG_CMD_TRACE to Kconfig In-Reply-To: <20170804223506.105306-36-sjg@chromium.org> References: <20170804223506.105306-36-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > This converts the following to Kconfig: > CONFIG_CMD_TRACE > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: None > > cmd/Kconfig | 9 +++++++++ > include/configs/exynos5-common.h | 1 - > include/configs/sandbox.h | 1 - > scripts/config_whitelist.txt | 1 - > 4 files changed, 9 insertions(+), 3 deletions(-) > Reviewed-by: Philipp Tomsich