Re: [PATCH v3][ 4/6] board: tbs2910: enable CONFIG_DISTRO_DEFAULTS

2020-02-28 Thread Tom Rini
On Thu, Feb 27, 2020 at 01:48:23AM +0100, Denis 'GNUtoo' Carikli wrote: > On Mon, 10 Feb 2020 09:40:50 -0500 > Tom Rini wrote: > > That said, the "bring in PXE" part of DISTRO_DEFAULTS predates sysboot > > being pulled out of the PXE code, where it was historically > > introduced. I would like to

Re: [PATCH v3][ 4/6] board: tbs2910: enable CONFIG_DISTRO_DEFAULTS

2020-02-26 Thread Denis 'GNUtoo' Carikli
On Mon, 10 Feb 2020 09:40:50 -0500 Tom Rini wrote: > That said, the "bring in PXE" part of DISTRO_DEFAULTS predates sysboot > being pulled out of the PXE code, where it was historically > introduced. I would like to see a patch to change this part, > stand-alone and CC'ing the distribution folks t

Re: [PATCH v3][ 4/6] board: tbs2910: enable CONFIG_DISTRO_DEFAULTS

2020-02-10 Thread Tom Rini
On Sat, Feb 08, 2020 at 04:47:08PM +0100, Soeren Moch wrote: > On 08.02.20 06:38, Denis 'GNUtoo' Carikli wrote: > > The side effect is that it increase the size of the > > resultimg image, which is already very close to the > > size limit. > > > > With arm-linux-gnueabi-gcc 9.2.0-1 from the Parabol

Re: [PATCH v3][ 4/6] board: tbs2910: enable CONFIG_DISTRO_DEFAULTS

2020-02-08 Thread Soeren Moch
On 08.02.20 06:38, Denis 'GNUtoo' Carikli wrote: > The side effect is that it increase the size of the > resultimg image, which is already very close to the > size limit. > > With arm-linux-gnueabi-gcc 9.2.0-1 from the Parabola > GNU/Linux distribution, we have the following size > increase: > - te

[PATCH v3][ 4/6] board: tbs2910: enable CONFIG_DISTRO_DEFAULTS

2020-02-07 Thread Denis 'GNUtoo' Carikli
The side effect is that it increase the size of the resultimg image, which is already very close to the size limit. With arm-linux-gnueabi-gcc 9.2.0-1 from the Parabola GNU/Linux distribution, we have the following size increase: - text: 8744 bytes - data: 132 bytes - bss: 60 bytes - total: 8936 b