- Update to 2024.10: * Full changelog available at: https://source.denx.de/u-boot/u-boot/-/compare/v2024.07...v2024.10 - Drop boards removed upstream: * omap3beagle * omap4panda - Patch queue updated from https://github.com/openSUSE/u-boot.git tumbleweed-2024.10 * Patches added: 0017-riscv-dts-jh7110-Update-qspi-node-w.patch OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=216
23 lines
769 B
Diff
23 lines
769 B
Diff
From dd13675167d9e09bba5cbaa4c4e5a6a77d462ce8 Mon Sep 17 00:00:00 2001
|
|
From: Guillaume Gardet <guillaume.gardet@arm.com>
|
|
Date: Wed, 18 Nov 2020 13:42:04 +0000
|
|
Subject: [PATCH] Disable CONFIG_CMD_BTRFS in xilinx_zynqmp_virt_defconfig to
|
|
fix compilation - bsc#1178884
|
|
|
|
---
|
|
configs/xilinx_zynqmp_virt_defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
|
|
index 1133134e3f..c025d3803d 100644
|
|
--- a/configs/xilinx_zynqmp_virt_defconfig
|
|
+++ b/configs/xilinx_zynqmp_virt_defconfig
|
|
@@ -96,6 +96,7 @@ CONFIG_CMD_REGULATOR=y
|
|
CONFIG_CMD_SMC=y
|
|
CONFIG_CMD_TPM=y
|
|
CONFIG_CMD_EXT4_WRITE=y
|
|
+# CONFIG_CMD_BTRFS is not set
|
|
CONFIG_CMD_SQUASHFS=y
|
|
CONFIG_CMD_MTDPARTS=y
|
|
CONFIG_CMD_MTDPARTS_SPREAD=y
|