forked from pool/u-boot
Guillaume GARDET
a74d4379f7
- Update to 2023.01 OBS-URL: https://build.opensuse.org/request/show/1059595 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=177
24 lines
649 B
Diff
24 lines
649 B
Diff
From 870ef7f07fe1aa36bd8b1a0676c0a67145dc8d30 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 dd2c898210..959e510f16 100644
|
|
--- a/Kconfig
|
|
+++ b/Kconfig
|
|
@@ -211,7 +211,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
|