Skip to content

Commit

Permalink
spl: Kconfig: Fix typo in 'Upgrade'
Browse files Browse the repository at this point in the history
Correct the spelling of 'Upgrade'.

Signed-off-by: Fabio Estevam <[email protected]>
  • Loading branch information
Fabio Estevam authored and trini committed Aug 31, 2018
1 parent e3332e1 commit c3c19c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/spl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c3c19c2

Please sign in to comment.