Re: [PATCH 2/2] board: tbs2910: Disable CONFIG_ENV_VARS_UBOOT_CONFIG in defconfig

2020-09-18 Thread Soeren Moch
On 18.09.20 18:21, Tom Rini wrote: > On Fri, Sep 18, 2020 at 05:56:03PM +0200, Soeren Moch wrote: >> >> On 18.09.20 17:51, Stefano Babic wrote: >>> On 18.09.20 17:48, Soeren Moch wrote: On 18.09.20 17:21, sba...@denx.de wrote: >> This is not required for sysboot (we defined fdtfile), let's

Re: [PATCH 2/2] board: tbs2910: Disable CONFIG_ENV_VARS_UBOOT_CONFIG in defconfig

2020-09-18 Thread Tom Rini
On Fri, Sep 18, 2020 at 05:56:03PM +0200, Soeren Moch wrote: > > > On 18.09.20 17:51, Stefano Babic wrote: > > On 18.09.20 17:48, Soeren Moch wrote: > >> On 18.09.20 17:21, sba...@denx.de wrote: > This is not required for sysboot (we defined fdtfile), let's save a few > bytes in the bin

Re: [PATCH 2/2] board: tbs2910: Disable CONFIG_ENV_VARS_UBOOT_CONFIG in defconfig

2020-09-18 Thread Soeren Moch
On 18.09.20 17:51, Stefano Babic wrote: > On 18.09.20 17:48, Soeren Moch wrote: >> On 18.09.20 17:21, sba...@denx.de wrote: This is not required for sysboot (we defined fdtfile), let's save a few bytes in the binary image without these variables. Signed-off-by: Soeren Moch R

Re: [PATCH 2/2] board: tbs2910: Disable CONFIG_ENV_VARS_UBOOT_CONFIG in defconfig

2020-09-18 Thread Stefano Babic
On 18.09.20 17:48, Soeren Moch wrote: > On 18.09.20 17:21, sba...@denx.de wrote: >>> This is not required for sysboot (we defined fdtfile), let's save a few >>> bytes in the binary image without these variables. >>> Signed-off-by: Soeren Moch >>> Reviewed-by: Fabio Estevam >> Applied to u-boot-im

Re: [PATCH 2/2] board: tbs2910: Disable CONFIG_ENV_VARS_UBOOT_CONFIG in defconfig

2020-09-18 Thread Soeren Moch
On 18.09.20 17:21, sba...@denx.de wrote: >> This is not required for sysboot (we defined fdtfile), let's save a few >> bytes in the binary image without these variables. >> Signed-off-by: Soeren Moch >> Reviewed-by: Fabio Estevam > Applied to u-boot-imx, master, thanks ! > Thanks, Stefano. What

[PATCH 2/2] board: tbs2910: Disable CONFIG_ENV_VARS_UBOOT_CONFIG in defconfig

2020-09-18 Thread sbabic
> This is not required for sysboot (we defined fdtfile), let's save a few > bytes in the binary image without these variables. > Signed-off-by: Soeren Moch > Reviewed-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ==

Re: [PATCH 2/2] board: tbs2910: Disable CONFIG_ENV_VARS_UBOOT_CONFIG in defconfig

2020-08-27 Thread Fabio Estevam
On Thu, Aug 27, 2020 at 4:53 PM Soeren Moch wrote: > > This is not required for sysboot (we defined fdtfile), let's save a few > bytes in the binary image without these variables. > > Signed-off-by: Soeren Moch Reviewed-by: Fabio Estevam

[PATCH 2/2] board: tbs2910: Disable CONFIG_ENV_VARS_UBOOT_CONFIG in defconfig

2020-08-27 Thread Soeren Moch
This is not required for sysboot (we defined fdtfile), let's save a few bytes in the binary image without these variables. Signed-off-by: Soeren Moch --- Cc: Stefano Babic Cc: Fabio Estevam Cc: Denis 'GNUtoo' Carikli Cc: u-boot@lists.denx.de --- configs/tbs2910_defconfig | 1 - 1 file changed