From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Packham Date: Sun, 13 Jan 2019 22:13:19 +1300 Subject: [U-Boot] [PATCH 01/10] Kconfig: fix spelling In-Reply-To: <20190113091328.27164-1-judge.packham@gmail.com> References: <20190113091328.27164-1-judge.packham@gmail.com> Message-ID: <20190113091328.27164-2-judge.packham@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Chris Packham --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index aff7b2e00a05..a078f7b1b667 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" -- 2.20.1