forked from pool/u-boot
Guillaume GARDET
7140a173ad
Fix Grub loading slowdown when connecting USB keyboard (bsc#1171222). Enable BTRFS for Risc-V. Patch queue updated from https://github.com/openSUSE/u-boot.git tumbleweed-2021.10 * Patches added: 0013-riscv-enable-CMD_BTRFS.patch 0014-Disable-timer-check-in-file-loading.patch OBS-URL: https://build.opensuse.org/request/show/922977 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=152
23 lines
788 B
Diff
23 lines
788 B
Diff
From 042e8f8b9eb5846b66167ebed94a5a38e986f21a 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 2c8dc3427cf..7b26c1445b9 100644
|
|
--- a/configs/xilinx_zynqmp_virt_defconfig
|
|
+++ b/configs/xilinx_zynqmp_virt_defconfig
|
|
@@ -73,6 +73,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
|