[U-Boot] [PATCH v2 8/9] config: bbb: Configs necessary for running update via TFTP on Beagle Bone Black

Simon Glass sjg at chromium.org
Mon Aug 3 00:30:39 CEST 2015


HI Lukasz,

On 25 July 2015 at 02:11, Lukasz Majewski <l.majewski at majess.pl> wrote:

Commit message? E.g. 'Enable DFU via update on Beaglebone Black'

> Signed-off-by: Lukasz Majewski <l.majewski at majess.pl>
> ---
> Changes for v2:
> - Do not enable CONFIG_UPDATE_TFTP since CONFIG_DFU_TFTP enables the common code
> - Do not enable CONFIG_CMD_DFUTFTP since dfutftp commands has been removed
> ---
>  include/configs/am335x_evm.h | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
> index 633391b..be000fa 100644
> --- a/include/configs/am335x_evm.h
> +++ b/include/configs/am335x_evm.h
> @@ -46,6 +46,14 @@
>  #define CONFIG_CMD_GPT
>  #define CONFIG_EFI_PARTITION
>
> +/* Commands to enable DFU TFTP support */
> +#define CONFIG_DFU_TFTP

Can this go in Kconfig and then the board's defconfig?

> +#define CONFIG_OF_LIBFDT
> +
> +/* Enable SHA1 support */
> +#define CONFIG_SHA1
> +#define CONFIG_CMD_SHA1SUM
> +
>  #ifdef CONFIG_NAND
>  #define NANDARGS \
>         "mtdids=" MTDIDS_DEFAULT "\0" \
> --
> 2.1.4
>
Regards,

Simon


More information about the U-Boot mailing list