git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11558bf
)
arm: mvebu: turris_omnia: Disable ext4 write support in defconfig
author
Marek Behún
<kabel@kernel.org>
Tue, 18 Jun 2024 15:34:24 +0000
(17:34 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/configs/turris_omnia_defconfig
b/configs/turris_omnia_defconfig
index
225a76f
..
d569978
100644
(file)
--- 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