From: Michal Simek <michal.simek@xilinx.com>
Date: Thu, 15 Oct 2015 12:34:28 +0000 (+0200)
Subject: ARM64: zynqmp: Enable advance memory test by default
X-Git-Tag: v2025.01-rc5-pxa1908~10446^2~17
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=d759512fc27f1c406ce5c7b166e6cf53384ee115;p=u-boot.git

ARM64: zynqmp: Enable advance memory test by default

Temp space in at the beginning of OCM.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
index 2d9f020f50..f6a36a3fab 100644
--- a/include/configs/xilinx_zynqmp.h
+++ b/include/configs/xilinx_zynqmp.h
@@ -28,6 +28,9 @@
 #define CONFIG_SYS_SDRAM_BASE		0
 #define CONFIG_SYS_SDRAM_SIZE		0x40000000
 
+#define CONFIG_SYS_ALT_MEMTEST
+#define CONFIG_SYS_MEMTEST_SCRATCH	0xfffc0000
+
 #define CONFIG_SYS_MEMTEST_START	CONFIG_SYS_SDRAM_BASE
 #define CONFIG_SYS_MEMTEST_END		CONFIG_SYS_SDRAM_SIZE