2023-04-21 13:57:50 +02:00
|
|
|
From 44939288ab16748b84e31241684e0b8563749156 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Guillaume Gardet <guillaume.gardet@arm.com>
|
|
|
|
Date: Wed, 5 Apr 2023 14:27:09 +0200
|
2021-10-04 13:37:38 +02:00
|
|
|
Subject: [PATCH] riscv: enable CMD_BTRFS
|
|
|
|
|
|
|
|
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
|
|
|
|
---
|
2023-04-21 13:57:50 +02:00
|
|
|
boot/Kconfig | 2 +-
|
2021-10-04 13:37:38 +02:00
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2023-04-21 13:57:50 +02:00
|
|
|
diff --git a/boot/Kconfig b/boot/Kconfig
|
|
|
|
index f462ab0e88..fe5d91dc64 100644
|
|
|
|
--- a/boot/Kconfig
|
|
|
|
+++ b/boot/Kconfig
|
|
|
|
@@ -838,7 +838,7 @@ config DISTRO_DEFAULTS
|
|
|
|
select CMD_SYSBOOT
|
2021-10-04 13:37:38 +02:00
|
|
|
select HUSH_PARSER
|
|
|
|
select SYS_LONGHELP
|
|
|
|
- imply CMD_BTRFS if !RISCV && !MIPS
|
|
|
|
+ imply CMD_BTRFS if !MIPS
|
2023-04-21 13:57:50 +02:00
|
|
|
help
|
|
|
|
Select this to enable various options and commands which are suitable
|
|
|
|
for building u-boot for booting general purpose Linux distributions.
|