From 3abb4170f009eb88a9e7de94d134e93a012ba949 Mon Sep 17 00:00:00 2001 From: Siva Durga Prasad Paladugu Date: Fri, 12 Jan 2018 15:35:47 +0530 Subject: [PATCH] arm64: zynqmp: mini_qspi: Enable config option to remove DDR from MMU table This patch enables configs option to remove DDR entry from MMU table This fixes the issue of u-boot hang when DDR is not present in the design. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- configs/xilinx_zynqmp_mini_qspi_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/xilinx_zynqmp_mini_qspi_defconfig b/configs/xilinx_zynqmp_mini_qspi_defconfig index 6aa7754baa7..c16b50a7228 100644 --- a/configs/xilinx_zynqmp_mini_qspi_defconfig +++ b/configs/xilinx_zynqmp_mini_qspi_defconfig @@ -4,6 +4,7 @@ CONFIG_ARCH_ZYNQMP=y CONFIG_SYS_TEXT_BASE=0xFFFC0000 CONFIG_SYS_MEM_RSVD_FOR_MMU=y CONFIG_ZYNQMP_QSPI=y +CONFIG_ZYNQMP_NO_DDR=y CONFIG_DEFINE_TCM_OCM_MMAP=y CONFIG_SPI_GENERIC=y CONFIG_DEFAULT_DEVICE_TREE="zynqmp-mini-qspi-single" -- 2.47.3