summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-04-08 13:20:51 -0600
committerSimon Glass <sjg@chromium.org>2019-04-23 20:26:43 -0600
commita24a78d7e3e8b6008423d1a6aa49a6c9eb904752 (patch)
tree1a48500249768c160e290a4d10af2ef0bb1a35bd /cmd/Kconfig
parentf564d09608f422d4584ae7416d9da040a89ebee3 (diff)
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/Kconfig')
-rw-r--r--cmd/Kconfig2
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