From: Michal Simek Date: Thu, 15 Oct 2015 12:34:28 +0000 (+0200) Subject: ARM64: zynqmp: Enable advance memory test by default X-Git-Tag: v2016.03-rc1~46^2~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d759512fc27f1c406ce5c7b166e6cf53384ee115;p=u-boot ARM64: zynqmp: Enable advance memory test by default Temp space in at the beginning of OCM. Signed-off-by: Michal Simek --- 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