summaryrefslogtreecommitdiff
path: root/common/spl/Kconfig
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2018-08-31 10:02:28 -0300
committerTom Rini <trini@konsulko.com>2018-08-31 11:59:44 -0400
commitc3c19c27437390681b708c9b25d98d3c9eedf568 (patch)
tree2a332999e954aab514e629a975d016fa8ddf1f19 /common/spl/Kconfig
parente3332e1a1a04534225801c2710c6faef4809641c (diff)
downloadu-boot-c3c19c27437390681b708c9b25d98d3c9eedf568.tar.gz
spl: Kconfig: Fix typo in 'Upgrade'
Correct the spelling of 'Upgrade'. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'common/spl/Kconfig')
-rw-r--r--common/spl/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index b44b7412fd..2e79d7d22b 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -738,12 +738,12 @@ config SPL_USB_ETHER
See also SPL_NET_SUPPORT and SPL_ETH_SUPPORT.
config SPL_DFU_SUPPORT
- bool "Support DFU (Device Firmware Upgarde)"
+ bool "Support DFU (Device Firmware Upgrade)"
select SPL_HASH_SUPPORT
select SPL_DFU_NO_RESET
depends on SPL_RAM_SUPPORT
help
- This feature enables the DFU (Device Firmware Upgarde) in SPL with
+ This feature enables the DFU (Device Firmware Upgrade) in SPL with
RAM memory device support. The ROM code will load and execute
the SPL built with dfu. The user can load binaries (u-boot/kernel) to
selected device partition from host-pc using dfu-utils.