]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mach-k3: Move ARM64 specific code into new arm64 directory
authorAndrew Davis <afd@ti.com>
Fri, 2 Feb 2024 00:24:48 +0000 (18:24 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 4 Mar 2024 18:41:04 +0000 (13:41 -0500)
commitf7a1e8e4e794a9b6a4d10957270876de2f8e2300
tree481ddbae69ed85e0d69abb1b60a30b462e1309e3
parent3e38688ec6fd365c98a5a21fedc91631f90fc837
arm: mach-k3: Move ARM64 specific code into new arm64 directory

Like we did with R5, move ARM64 code into a specific directory to make
it clear what code is only meant to run on each core type.

Signed-off-by: Andrew Davis <afd@ti.com>
arch/arm/mach-k3/Makefile
arch/arm/mach-k3/arm64/Makefile [new file with mode: 0644]
arch/arm/mach-k3/arm64/arm64-mmu.c [moved from arch/arm/mach-k3/arm64-mmu.c with 100% similarity]
arch/arm/mach-k3/arm64/cache.S [moved from arch/arm/mach-k3/cache.S with 100% similarity]