From patchwork Tue Jan 7 12:13:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 239203 List-Id: U-Boot discussion From: michal.simek at xilinx.com (Michal Simek) Date: Tue, 7 Jan 2020 13:13:43 +0100 Subject: [PATCH] zynqmp: configs: Remove SPI_FLASH_BAR from defconfig Message-ID: <49a627c2463ca96e4d51db250944d27e2b430a69.1578399221.git.michal.simek@xilinx.com> From: Ashok Reddy Soma Remove SPI_FLASH_BAR for zynqmp mini platform. As it uses 4 byte addressing we dont need this config anymore. Signed-off-by: Ashok Reddy Soma Signed-off-by: Michal Simek --- configs/xilinx_zynqmp_mini_qspi_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/xilinx_zynqmp_mini_qspi_defconfig b/configs/xilinx_zynqmp_mini_qspi_defconfig index c6e03cd256d4..4780ec583569 100644 --- a/configs/xilinx_zynqmp_mini_qspi_defconfig +++ b/configs/xilinx_zynqmp_mini_qspi_defconfig @@ -53,7 +53,6 @@ CONFIG_SPL_DM=y # CONFIG_DM_DEVICE_REMOVE is not set CONFIG_SPL_DM_SEQ_ALIAS=y # CONFIG_MMC is not set -CONFIG_SPI_FLASH_BAR=y CONFIG_SPI_FLASH_ISSI=y CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SPI_FLASH_SPANSION=y