e32bbea07e
- Update to 2022.07 - Update to 2022.07-rc6 - Drop obsolete 0015-mx6qsabrelite-Enable-DM_ETH-to-re-e.patch - Add rbrom command to enter mask rom on Rockchip devices + 0015-cmd-boot-add-brom-cmd-to-reboot-to-.patch - Add rbrom command to enter mask rom on Allwinner devices + 0016-cmd-boot-add-brom-cmd-to-reboot-to-.patch - ATF is required to boot rk3399. Do not build without it (boo#1201120). OBS-URL: https://build.opensuse.org/request/show/988566 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=168
23 lines
786 B
Diff
23 lines
786 B
Diff
From f73cf6bc8dd646c5889fbf1ca88023aa71c1042e 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 35894076c5..273c4209f8 100644
|
|
--- a/configs/xilinx_zynqmp_virt_defconfig
|
|
+++ b/configs/xilinx_zynqmp_virt_defconfig
|
|
@@ -79,6 +79,7 @@ CONFIG_CMD_TIMER=y
|
|
CONFIG_CMD_REGULATOR=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
|