[U-Boot] [PATCH v3 2/3] spl: dfu: move DFU Kconfig to SPL Kconfig

Brüns, Stefan Stefan.Bruens at rwth-aachen.de
Tue Nov 15 22:34:47 CET 2016


On Dienstag, 15. November 2016 13:02:45 CET Stefan Agner wrote:
> From: Stefan Agner <stefan.agner at toradex.com>
> 
> diff --git a/common/spl/Kconfig b/common/spl/Kconfig
> index bb99f1f..54bcba3 100644
> --- a/common/spl/Kconfig
> +++ b/common/spl/Kconfig
> @@ -497,6 +497,32 @@ config SPL_USB_SUPPORT
>  	  config options. This enables loading from USB using a configured
>  	  device.
> 
> +config SPL_DFU_SUPPORT
> +	bool "Support DFU (Device Firmware Upgarde)"
Typo: Upgrade

> +	depends on SPL
> +	select SPL_HASH_SUPPORT
> +	help
> +	  This feature enables the DFU (Device Firmware Upgarde) in SPL with
dito

> +	  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.
a selected /or/ partitions

> +	  This feature is useful to flash the binaries to factory or bare-metal
> +	  boards using USB interface.
> +

Kind regards,

Stefan


More information about the U-Boot mailing list