forked from pool/u-boot
Guillaume GARDET
1a1f57e6ab
Update to 2023.07 OBS-URL: https://build.opensuse.org/request/show/1098096 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=191
24 lines
765 B
Diff
24 lines
765 B
Diff
From 928219e36637edcee2265207c7bd1b06a2c2afe7 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 d180dd2a9c..558fe71e98 100644
|
|
--- a/boot/Kconfig
|
|
+++ b/boot/Kconfig
|
|
@@ -875,7 +875,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
|
|
Select this to enable various options and commands which are suitable
|
|
for building u-boot for booting general purpose Linux distributions.
|