diff options
author | Chris Packham <judge.packham@gmail.com> | 2019-01-13 22:13:19 +1300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-01-18 09:16:15 -0500 |
commit | 3aeb771cbcbe105710859663b0ebf6cccc683e2e (patch) | |
tree | bd131cc3a886cf3f13012609d617c925a21cba6f /Kconfig | |
parent | 7de24b27d2833b1dbc017289b4b262e96b42837a (diff) | |
download | u-boot-3aeb771cbcbe105710859663b0ebf6cccc683e2e.tar.gz |
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-- | Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |