summaryrefslogtreecommitdiffstats
path: root/include/configs/xilinx_zynqmp.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2016-03-04 01:09:49 +0100
committerTom Rini <trini@konsulko.com>2016-03-15 15:13:03 -0400
commit96519f31cb9cfd20e99c6c44e920a37a6b0592f2 (patch)
tree53d3f6cd6428d2a1a67846b759799d06a5d29b5f /include/configs/xilinx_zynqmp.h
parentd473f0c621513d3f1c42888c113b68f65b7e81cf (diff)
downloadtalos-obmc-uboot-96519f31cb9cfd20e99c6c44e920a37a6b0592f2.tar.gz
talos-obmc-uboot-96519f31cb9cfd20e99c6c44e920a37a6b0592f2.zip
zymqmp: Replace home grown mmu code with generic table approach
Now that we have nice table driven page table creating code that gives us everything we need, move to that. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include/configs/xilinx_zynqmp.h')
-rw-r--r--include/configs/xilinx_zynqmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
index 9d9ffd00c1..8aa5436675 100644
--- a/include/configs/xilinx_zynqmp.h
+++ b/include/configs/xilinx_zynqmp.h
@@ -29,6 +29,8 @@
#define CONFIG_SYS_MEMTEST_START CONFIG_SYS_SDRAM_BASE
#define CONFIG_SYS_MEMTEST_END CONFIG_SYS_SDRAM_SIZE
+#define CONFIG_SYS_FULL_VA
+
/* Have release address at the end of 256MB for now */
#define CPU_RELEASE_ADDR 0xFFFFFF0
OpenPOWER on IntegriCloud