Guillaume GARDET
7140a173ad
Fix Grub loading slowdown when connecting USB keyboard (bsc#1171222). Enable BTRFS for Risc-V. Patch queue updated from https://github.com/openSUSE/u-boot.git tumbleweed-2021.10 * Patches added: 0013-riscv-enable-CMD_BTRFS.patch 0014-Disable-timer-check-in-file-loading.patch OBS-URL: https://build.opensuse.org/request/show/922977 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=152
24 lines
651 B
Diff
24 lines
651 B
Diff
From 032563d01b116c2b31e7b9f34054d6772351d347 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 01186e20986..2d17084d55f 100644
|
|
--- a/Kconfig
|
|
+++ b/Kconfig
|
|
@@ -182,7 +182,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
|