summaryrefslogtreecommitdiffstats
path: root/include/configs/tegra210-common.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2016-03-04 01:09:50 +0100
committerTom Rini <trini@konsulko.com>2016-03-15 15:13:04 -0400
commitb30291a3b212f48927daa81dc64b88a3927c5609 (patch)
tree6ffaa30ec0fafe2fa3c6eb5dc4b027db6494e925 /include/configs/tegra210-common.h
parent96519f31cb9cfd20e99c6c44e920a37a6b0592f2 (diff)
downloadtalos-obmc-uboot-b30291a3b212f48927daa81dc64b88a3927c5609.tar.gz
talos-obmc-uboot-b30291a3b212f48927daa81dc64b88a3927c5609.zip
tegra: 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/tegra210-common.h')
-rw-r--r--include/configs/tegra210-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/tegra210-common.h b/include/configs/tegra210-common.h
index 8f35a7bf3d..2a6e3170aa 100644
--- a/include/configs/tegra210-common.h
+++ b/include/configs/tegra210-common.h
@@ -13,6 +13,8 @@
/* Cortex-A57 uses a cache line size of 64 bytes */
#define CONFIG_SYS_CACHELINE_SIZE 64
+#define CONFIG_SYS_FULL_VA
+
/*
* NS16550 Configuration
*/
OpenPOWER on IntegriCloud