From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Br=FCns=2C_Stefan?= Date: Tue, 15 Nov 2016 21:34:47 +0000 Subject: [U-Boot] [PATCH v3 2/3] spl: dfu: move DFU Kconfig to SPL Kconfig In-Reply-To: <20161115210246.2245-3-stefan@agner.ch> References: <20161115210246.2245-1-stefan@agner.ch> <20161115210246.2245-3-stefan@agner.ch> Message-ID: <9133781.7sevuJZBIy@sbruens-linux> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Dienstag, 15. November 2016 13:02:45 CET Stefan Agner wrote: > From: Stefan Agner > > 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