]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM64: zynqmp: Enable advance memory test by default
authorMichal Simek <michal.simek@xilinx.com>
Thu, 15 Oct 2015 12:34:28 +0000 (14:34 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 16 Oct 2015 11:49:45 +0000 (13:49 +0200)
Temp space in at the beggining of OCM.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_zynqmp.h

index fb8a8700eb5901face8007c34b14ed487602aa1e..830428ffa05096aca2efafd74c4c508d7c5845c7 100644 (file)
@@ -24,6 +24,9 @@
 #define GICD_BASE      0xF9010000
 #define GICC_BASE      0xF9020000
 
+#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