File 0012-riscv-enable-CMD_BTRFS.patch of Package u-boot
From e5e96f7f1928520e575da86ea8926676e665f6de Mon Sep 17 00:00:00 2001 From: Guillaume Gardet <guillaume.gardet@arm.com> Date: Wed, 5 Apr 2023 14:27:09 +0200 Subject: [PATCH] riscv: enable CMD_BTRFS Signed-off-by: Matthias Brugger <mbrugger@suse.com> --- boot/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/Kconfig b/boot/Kconfig index 6d22f87c063..52146d7a477 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -1162,7 +1162,7 @@ config DISTRO_DEFAULTS select CMD_SYSBOOT select HUSH_PARSER select SYS_LONGHELP - imply CMD_BTRFS if !RISCV && !MIPS + imply CMD_BTRFS if !MIPS help Note: These scripts have been replaced by Standard Boot. Do not use them on new boards. See 'Migrating from distro_boot' at