board: tbs2910: disable CONFIG_GZIP
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Sat, 30 May 2020 03:24:20 +0000 (05:24 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 12 Jun 2020 17:17:23 +0000 (13:17 -0400)
commitb3e5d2937972a4385ff665366253244b25f0c0a2
tree99a4003e1e967ac3c564fa997ba953b64538f504
parent9fd573c8fb080b9f729015705b489d856904445b
board: tbs2910: disable CONFIG_GZIP

As that the resulting image is already very close to the
size limit, and that CONFIG_GZIP is not strictly required,
removing it shouldn't hurt.

With arm-linux-gnueabi-gcc 9.2.0-1 from the Parabola
GNU/Linux distribution we have the following size
reduction:
- text: 9752
- data: 0
- bss: 16
- total: 9768

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Soeren Moch <smoch@web.de>
configs/tbs2910_defconfig