u-boot/0011-Disable-CONFIG_CMD_BTRFS-in-xilinx_.patch
Guillaume GARDET 65c7a7d831 Accepting request 883207 from hardware👢staging
- mx53loco now uses u-boot-dtb.imx instead of u-boot.imx
- Update to 2021.04

OBS-URL: https://build.opensuse.org/request/show/883207
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=137
2021-04-06 08:44:03 +00:00

23 lines
781 B
Diff

From dd35ffaf8b307852f994b7adab00d0313acd973c 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 0bf4b7d692..6e6d14b7f3 100644
--- a/configs/xilinx_zynqmp_virt_defconfig
+++ b/configs/xilinx_zynqmp_virt_defconfig
@@ -60,6 +60,7 @@ CONFIG_CMD_TIME=y
CONFIG_CMD_TIMER=y
CONFIG_CMD_TPM=y
CONFIG_CMD_EXT4_WRITE=y
+# CONFIG_CMD_BTRFS is not set
CONFIG_CMD_MTDPARTS=y
CONFIG_CMD_MTDPARTS_SPREAD=y
CONFIG_CMD_MTDPARTS_SHOW_NET_SIZES=y