aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2022-02-18 17:46:25 +0100
committerStefan Roese <sr@denx.de>2022-03-04 08:38:05 +0100
commit7f59ed68728e732062f4fb0c1e8940f5bf550ded (patch)
treec996c8dccfbfb0fc3949575b5e989af9f940b36f
parentfc27e5df637dd4c954b67dd1415b9af144718a9e (diff)
downloadu-boot-7f59ed68728e732062f4fb0c1e8940f5bf550ded.zip
u-boot-7f59ed68728e732062f4fb0c1e8940f5bf550ded.tar.gz
u-boot-7f59ed68728e732062f4fb0c1e8940f5bf550ded.tar.bz2
arm: mvebu: turris_omnia: Enable ext4 write support in defconfig
Enable ext4 write support in Turris Omnia's defconfig. Some users find it useful. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
-rw-r--r--configs/turris_omnia_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig
index 280dd55..5b1fdbf 100644
--- a/configs/turris_omnia_defconfig
+++ b/configs/turris_omnia_defconfig
@@ -93,3 +93,4 @@ CONFIG_USB_XHCI_HCD=y
CONFIG_USB_EHCI_HCD=y
CONFIG_WDT=y
CONFIG_WDT_ORION=y
+CONFIG_EXT4_WRITE=y