mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 04:34:22 +08:00
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>
This commit is contained in:
parent
3e38688ec6
commit
f7a1e8e4e7
@ -3,9 +3,8 @@
|
||||
# Copyright (C) 2017-2018 Texas Instruments Incorporated - https://www.ti.com/
|
||||
# Lokesh Vutla <lokeshvutla@ti.com>
|
||||
|
||||
obj-$(CONFIG_ARM64) += arm64/
|
||||
obj-$(CONFIG_CPU_V7R) += r5/
|
||||
obj-$(CONFIG_ARM64) += arm64-mmu.o
|
||||
obj-$(CONFIG_ARM64) += cache.o
|
||||
obj-$(CONFIG_OF_LIBFDT) += common_fdt.o
|
||||
ifeq ($(CONFIG_OF_LIBFDT)$(CONFIG_OF_SYSTEM_SETUP),yy)
|
||||
obj-$(CONFIG_SOC_K3_AM654) += am654_fdt.o
|
||||
|
6
arch/arm/mach-k3/arm64/Makefile
Normal file
6
arch/arm/mach-k3/arm64/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
# Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
|
||||
|
||||
obj-y += arm64-mmu.o
|
||||
obj-y += cache.o
|
Loading…
Reference in New Issue
Block a user