spl: Kconfig: Fix typo in 'Upgrade'
authorFabio Estevam <fabio.estevam@nxp.com>
Fri, 31 Aug 2018 13:02:28 +0000 (10:02 -0300)
committerTom Rini <trini@konsulko.com>
Fri, 31 Aug 2018 15:59:44 +0000 (11:59 -0400)
Correct the spelling of 'Upgrade'.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
common/spl/Kconfig

index b44b7412fdebe0fe941fb9179868facb2e1b61ab..2e79d7d22b68786d3302fdfc493af09b72246fa9 100644 (file)
@@ -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.