diff options
author | Marek BehĂșn <kabel@kernel.org> | 2024-06-18 17:34:24 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2024-07-08 08:20:58 +0200 |
commit | c416e7ad713117a1eeae598146019efd15d2c4a1 (patch) | |
tree | c91b045eeb7002312d8ed82206c668a93ecd01c1 /configs | |
parent | 11558bf2515db530cd8c384d95802f6c4af0d659 (diff) | |
download | u-boot-c416e7ad713117a1eeae598146019efd15d2c4a1.zip u-boot-c416e7ad713117a1eeae598146019efd15d2c4a1.tar.gz u-boot-c416e7ad713117a1eeae598146019efd15d2c4a1.tar.bz2 |
arm: mvebu: turris_omnia: Disable ext4 write support in defconfig
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/turris_omnia_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig index 225a76f..d569978 100644 --- a/configs/turris_omnia_defconfig +++ b/configs/turris_omnia_defconfig @@ -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 |