File 0016-Kconfig-add-btrfs-to-standard-boot.patch of Package u-boot
From 2ac1a9f4a1872a9374f301311970bfe9ce3682c0 Mon Sep 17 00:00:00 2001 From: Andreas Schwab <schwab@suse.de> Date: Wed, 26 Mar 2025 13:01:18 +0100 Subject: [PATCH] Kconfig: add btrfs to standard boot Distro boot is deprecated, add btrfs command also to standard boot. --- boot/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/Kconfig b/boot/Kconfig index d2be6903379..9c057618fbc 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -414,6 +414,7 @@ config BOOT_DEFAULTS_CMDS select CMD_BOOTI if ARM64 select CMD_BOOTZ if ARM && !ARM64 imply CMD_MII if NET + imply CMD_BTRFS config BOOT_DEFAULTS bool # Common defaults for standard boot and distroboot