From e574ad1c7e84533e7dc49cfd319ba67b7101872d Mon Sep 17 00:00:00 2001 From: Izumiko Date: Tue, 27 Jul 2021 21:46:32 +0800 Subject: [PATCH] enable ext4 write --- beikeyun.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/beikeyun.patch b/beikeyun.patch index d1864fe..0b2f3c0 100644 --- a/beikeyun.patch +++ b/beikeyun.patch @@ -775,6 +775,7 @@ diff -Naur --no-dereference u-boot-2021.04/configs/beikeyun-rk3328_defconfig u-b +# CONFIG_CMD_SETEXPR is not set +CONFIG_CMD_TIME=y +CONFIG_CMD_BTRFS=y ++CONFIG_CMD_EXT4_WRITE=y +CONFIG_SPL_OF_CONTROL=y +CONFIG_TPL_OF_CONTROL=y +CONFIG_OF_SPL_REMOVE_PROPS="clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents"