commit | 7efa4c008944b7eb114353c496ea5674e7c92410 | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <kabel@kernel.org> | Tue Jun 18 17:34:24 2024 +0200 |
committer | Stefan Roese <sr@denx.de> | Mon Jul 08 08:20:58 2024 +0200 |
tree | c91b045eeb7002312d8ed82206c668a93ecd01c1 | |
parent | e58bdc400a9e850804a9bc03c36c12b36aa7f8cd [diff] |
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>