Re: CONFIG_UPDATE_TFTP

2020-10-15 Thread Marek Vasut
On 10/15/20 2:48 PM, Heinrich Schuchardt wrote: > On 15.10.20 14:40, Marek Vasut wrote: >> On 10/15/20 8:30 AM, Heinrich Schuchardt wrote: >>> Hello Tom, Marek, Nobuhiro, >> >> Hi, >> >>> in v2020.10 the following lines do not exist: >>> >&g

Re: CONFIG_UPDATE_TFTP

2020-10-15 Thread Heinrich Schuchardt
On 15.10.20 14:40, Marek Vasut wrote: > On 10/15/20 8:30 AM, Heinrich Schuchardt wrote: >> Hello Tom, Marek, Nobuhiro, > > Hi, > >> in v2020.10 the following lines do not exist: >> >> configs/r8a77990_ebisu_defconfig:20:CONFIG_UPDATE_TFTP=y >> configs/r8a7

Re: CONFIG_UPDATE_TFTP

2020-10-15 Thread Marek Vasut
On 10/15/20 8:30 AM, Heinrich Schuchardt wrote: > Hello Tom, Marek, Nobuhiro, Hi, > in v2020.10 the following lines do not exist: > > configs/r8a77990_ebisu_defconfig:20:CONFIG_UPDATE_TFTP=y > configs/r8a77995_draak_defconfig:19:CONFIG_UPDATE_TFTP=y > configs/rcar3_salva

CONFIG_UPDATE_TFTP

2020-10-14 Thread Heinrich Schuchardt
Hello Tom, Marek, Nobuhiro, in v2020.10 the following lines do not exist: configs/r8a77990_ebisu_defconfig:20:CONFIG_UPDATE_TFTP=y configs/r8a77995_draak_defconfig:19:CONFIG_UPDATE_TFTP=y configs/rcar3_salvator-x_defconfig:18:CONFIG_UPDATE_TFTP=y configs/rcar3_ulcb_defconfig:19

Re: [U-Boot] [U-Boot, 2/3] cmd: fitupd: Convert CONFIG_UPDATE_TFTP and co.

2018-02-13 Thread Tom Rini
On Sat, Feb 10, 2018 at 04:22:06PM +0100, Marek Vasut wrote: > Convert the CONFIG_UPDATE_TFTP and related symbols to Kconfig. > > Signed-off-by: Marek Vasut > Cc: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: P

[U-Boot] [PATCH 2/3] cmd: fitupd: Convert CONFIG_UPDATE_TFTP and co.

2018-02-10 Thread Marek Vasut
Convert the CONFIG_UPDATE_TFTP and related symbols to Kconfig. Signed-off-by: Marek Vasut Cc: Tom Rini --- common/Kconfig | 21 + scripts/config_whitelist.txt | 3 --- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/common/Kconfig b/common