diff options
author | Simon Glass <sjg@chromium.org> | 2019-04-08 13:20:51 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2019-04-23 20:26:43 -0600 |
commit | a24a78d7e3e8b6008423d1a6aa49a6c9eb904752 (patch) | |
tree | 1a48500249768c160e290a4d10af2ef0bb1a35bd /cmd | |
parent | f564d09608f422d4584ae7416d9da040a89ebee3 (diff) | |
download | u-boot-a24a78d7e3e8b6008423d1a6aa49a6c9eb904752.tar.gz u-boot-a24a78d7e3e8b6008423d1a6aa49a6c9eb904752.tar.xz u-boot-a24a78d7e3e8b6008423d1a6aa49a6c9eb904752.zip |
Convert CONFIG_TRACE to Kconfig
This converts the following to Kconfig:
CONFIG_TRACE
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index f6e7cd4303..8744cec5c0 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1905,7 +1905,7 @@ config CMD_TRACE Enables a command to control using of function tracing within U-Boot. This allows recording of call traces including timing information. The command can write data to memory for exporting - for analsys (e.g. using bootchart). See doc/README.trace for full + for analysis (e.g. using bootchart). See doc/README.trace for full details. config CMD_AVB |