summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2019-01-13 22:13:19 +1300
committerTom Rini <trini@konsulko.com>2019-01-18 09:16:15 -0500
commit3aeb771cbcbe105710859663b0ebf6cccc683e2e (patch)
treebd131cc3a886cf3f13012609d617c925a21cba6f /Kconfig
parent7de24b27d2833b1dbc017289b4b262e96b42837a (diff)
Kconfig: fix spelling
Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index aff7b2e00a..a078f7b1b6 100644
--- a/Kconfig
+++ b/Kconfig
@@ -213,7 +213,7 @@ config PHYS_64BIT
help
Say Y here to support 64bit physical memory address.
This can be used not only for 64bit SoCs, but also for
- large physical address extention on 32bit SoCs.
+ large physical address extension on 32bit SoCs.
config BUILD_ROM
bool "Build U-Boot as BIOS replacement"