u-boot/0006-Kconfig-add-btrfs-to-distro-boot.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

27 lines
910 B
Diff

From 82597f0542fb42b7bef0336bb64eed2622b70707 Mon Sep 17 00:00:00 2001
From: Guillaume Gardet <guillaume.gardet@arm.com>
Date: Wed, 5 Apr 2023 14:25:29 +0200
Subject: [PATCH] Kconfig: add btrfs to distro boot
Some distributions use btrfs as the default file system.
Enable btrfs support by default when using distro boot for all
architectures but riscv, as it breaks compilation due to size problems.
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
---
boot/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/boot/Kconfig b/boot/Kconfig
index 7dd30a030e..6c02d907db 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -976,6 +976,7 @@ config DISTRO_DEFAULTS
select CMD_SYSBOOT
select HUSH_PARSER
select SYS_LONGHELP
+ imply CMD_BTRFS if !RISCV && !MIPS
help
Note: These scripts have been replaced by Standard Boot. Do not use
them on new boards. See 'Migrating from distro_boot' at