mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
spl: Kconfig: Fix typo in 'Upgrade'
Correct the spelling of 'Upgrade'. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
This commit is contained in:
@@ -738,12 +738,12 @@ config SPL_USB_ETHER
|
|||||||
See also SPL_NET_SUPPORT and SPL_ETH_SUPPORT.
|
See also SPL_NET_SUPPORT and SPL_ETH_SUPPORT.
|
||||||
|
|
||||||
config SPL_DFU_SUPPORT
|
config SPL_DFU_SUPPORT
|
||||||
bool "Support DFU (Device Firmware Upgarde)"
|
bool "Support DFU (Device Firmware Upgrade)"
|
||||||
select SPL_HASH_SUPPORT
|
select SPL_HASH_SUPPORT
|
||||||
select SPL_DFU_NO_RESET
|
select SPL_DFU_NO_RESET
|
||||||
depends on SPL_RAM_SUPPORT
|
depends on SPL_RAM_SUPPORT
|
||||||
help
|
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
|
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
|
the SPL built with dfu. The user can load binaries (u-boot/kernel) to
|
||||||
selected device partition from host-pc using dfu-utils.
|
selected device partition from host-pc using dfu-utils.
|
||||||
|
Reference in New Issue
Block a user