mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +00:00
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>
This commit is contained in:
parent
11558bf251
commit
c416e7ad71
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue