SHA256
1
0
forked from pool/u-boot
u-boot/0012-riscv-enable-CMD_BTRFS.patch

24 lines
649 B
Diff
Raw Normal View History

From bf4863dfcb136f5877dff28da08a78dfd00c8ecb Mon Sep 17 00:00:00 2001
From: Andreas Schwab <schwab@suse.de>
Date: Fri, 24 Sep 2021 18:25:51 +0200
Subject: [PATCH] riscv: enable CMD_BTRFS
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
---
Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Kconfig b/Kconfig
index 1d3a65b590..01fb64b0f6 100644
--- a/Kconfig
+++ b/Kconfig
@@ -195,7 +195,7 @@ config DISTRO_DEFAULTS
select HUSH_PARSER
select SUPPORT_RAW_INITRD
select SYS_LONGHELP
- imply CMD_BTRFS if !RISCV && !MIPS
+ imply CMD_BTRFS if !MIPS
imply CMD_MII if NET
imply USB_STORAGE
imply USE_BOOTCOMMAND