diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2018-08-27 15:57:13 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-11 08:32:55 -0400 |
commit | e091832f25a06c9b3b5996eb22293d8f9661260a (patch) | |
tree | 18103112af39f38b0df1494ae626c8f5ab4cbfba /arch/arm/mach-k3/Makefile | |
parent | c68721d93ac87afe4fd88520147015388cbe3875 (diff) | |
download | u-boot-e091832f25a06c9b3b5996eb22293d8f9661260a.tar.gz |
armv8: K3: am654: Add custom MMU support
Add MMU mappings for AM654 SoC.
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/mach-k3/Makefile')
-rw-r--r-- | arch/arm/mach-k3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/Makefile b/arch/arm/mach-k3/Makefile index 356fc27b119..e9b7ee5210c 100644 --- a/arch/arm/mach-k3/Makefile +++ b/arch/arm/mach-k3/Makefile @@ -4,3 +4,4 @@ # Lokesh Vutla <lokeshvutla@ti.com> obj-$(CONFIG_SOC_K3_AM6) += am6_init.o +obj-$(CONFIG_ARM64) += arm64-mmu.o |