Re: [PATCHv5][ 3/7] board: tbs2910: move CONFIG_BOOTCOMMAND from header to defconfig

2020-06-12 Thread Tom Rini
On Sat, May 30, 2020 at 05:24:21AM +0200, Denis 'GNUtoo' Carikli wrote: > This doesn't affect the size of the image: with > arm-linux-gnueabi-gcc 9.2.0-1 from the Parabola GNU/Linux > distribution, the text, data, bss and total sizes remain > unchanged. > > Signed-off-by: Denis 'GNUtoo' Carikli

[PATCHv5][ 3/7] board: tbs2910: move CONFIG_BOOTCOMMAND from header to defconfig

2020-05-29 Thread Denis 'GNUtoo' Carikli
This doesn't affect the size of the image: with arm-linux-gnueabi-gcc 9.2.0-1 from the Parabola GNU/Linux distribution, the text, data, bss and total sizes remain unchanged. Signed-off-by: Denis 'GNUtoo' Carikli Reviewed-by: Soeren Moch --- Changelog since v4: --- - Added the fol