From f470f66f75e9d81d0cd1eda741de9a711f4a57b0 Mon Sep 17 00:00:00 2001 From: Armando Date: Mon, 4 Dec 2023 14:52:54 +0800 Subject: [PATCH] change(flash): use xmc support for p4 fpga images --- components/bootloader/Kconfig.projbuild | 1 - 1 file changed, 1 deletion(-) diff --git a/components/bootloader/Kconfig.projbuild b/components/bootloader/Kconfig.projbuild index ccccee451b..2855441d6a 100644 --- a/components/bootloader/Kconfig.projbuild +++ b/components/bootloader/Kconfig.projbuild @@ -105,7 +105,6 @@ menu "Bootloader config" config BOOTLOADER_FLASH_XMC_SUPPORT bool "Enable the support for flash chips of XMC (READ DOCS FIRST)" default y - depends on !IDF_ENV_BRINGUP help Perform the startup flow recommended by XMC. Please consult XMC for the details of this flow. XMC chips will be forbidden to be used, when this option is disabled.