]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mvebu: turris_omnia: Disable ext4 write support in defconfig
authorMarek Behún <kabel@kernel.org>
Tue, 18 Jun 2024 15:34:24 +0000 (17:34 +0200)
committerStefan Roese <sr@denx.de>
Mon, 8 Jul 2024 06:20:58 +0000 (08:20 +0200)
Turris Omnia defconfig is nearing image size limit. Disable ext4 write
support to reserve space for more important stuff.

This reduces the size of the KWB image by ~19 KiB.

If in the future U-Boot supports compressing itself and decompressing
on load, we may enable this again.

Signed-off-by: Marek Behún <kabel@kernel.org>
configs/turris_omnia_defconfig

index 225a76f993d3bc2d65f47c039cdffac3d3e13050..d5699782d7983141a13dc84ad5c9b286dfb55718 100644 (file)
@@ -124,4 +124,3 @@ CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_WDT=y
 CONFIG_WDT_ORION=y
-CONFIG_EXT4_WRITE=y