u-boot/0012-riscv-enable-CMD_BTRFS.patch
Matthias Brugger 7f03d9189a - Update to 2024.10:
* Full changelog available at:
    https://source.denx.de/u-boot/u-boot/-/compare/v2024.10...v2025.01
Patch queue updated from https://github.com/openSUSE/u-boot.git tumbleweed-2025.01
* Patches dropped:
  0016-cmd-boot-add-brom-cmd-to-reboot-to-.patch
  0017-riscv-dts-jh7110-Update-qspi-node-w.patch
  0018-Revert-riscv-dts-jh7110-Update-qspi.patch
  0019-scripts-dtc-pylibfdt-libfdt.i_shipp.patch

OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=227
2025-01-21 15:13:53 +00:00

24 lines
750 B
Diff

From 86473ef5b82a3e1d3eef38c40fd588f22a67e795 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 6c02d907db..51121f10a0 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -976,7 +976,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