]> git.baikalelectronics.ru Git - uboot.git/commit
arm64: zynqmp: Changed scratch address used by the alternate memory test
authorVipul Kumar <vipul.kumar@xilinx.com>
Thu, 15 Feb 2018 05:54:41 +0000 (11:24 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 23 Mar 2018 08:34:44 +0000 (09:34 +0100)
commit4d34ef4287f959384e0abc01ce195a7d56089be1
tree01d8f69c85f9b1764333ddfc31841f90e43e0f72
parent3d785f7066b9c27c5365fc1c81a954db7ecc396f
arm64: zynqmp: Changed scratch address used by the alternate memory test

This patch changed CONFIG_SYS_MEMTEST_SCRATCH address to the
accessible DDR address used by alternate memory test.
Before this, 0xfffc0000 address was used, which is the OCM
address and not enabled in MMU table. So, whenever trying
to access 0xfffc0000 address, got Synchronous Abort exception.

After changing CONFIG_SYS_MEMTEST_SCRATCH address, alternate
memory test is working fine.

Signed-off-by: Vipul Kumar <vipulk@xilinx.com>
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx_zynqmp.h
include/configs/xilinx_zynqmp_mini.h