]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: mini_qspi: Enable config option to remove DDR from MMU table
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Fri, 12 Jan 2018 10:05:47 +0000 (15:35 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 31 Jan 2018 12:15:45 +0000 (13:15 +0100)
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 <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/xilinx_zynqmp_mini_qspi_defconfig

index 6aa7754baa79d93b49ed11249903ca73ab1396fc..c16b50a7228ee9684aa7e2a9e9e688a6cbcbfebb 100644 (file)
@@ -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"