Guillaume GARDET
db0e50077b
- Update to 2024.07: * Full changelog available at: https://source.denx.de/u-boot/u-boot/-/compare/v2024.04...v2024.07 OBS-URL: https://build.opensuse.org/request/show/1197893 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=212
24 lines
750 B
Diff
24 lines
750 B
Diff
From 6011e93bb2839d84a3c3335f4930ee667d37ad14 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 577c992252..2ea15db6ef 100644
|
|
--- a/boot/Kconfig
|
|
+++ b/boot/Kconfig
|
|
@@ -876,7 +876,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
|
|
Note: These scripts have been replaced by Standard Boot. Do not use
|
|
them on new boards. See 'Migrating from distro_boot' at
|