mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 15:12:21 +00:00
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>
This commit is contained in:
parent
cce124b8b3
commit
d759512fc2
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue