diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2018-11-02 19:51:05 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-16 16:51:58 -0500 |
commit | a3501a4a44b8cf52d31d9ab93e0f89fd85a3f7a7 (patch) | |
tree | 9edd7fdaff5ec9bb4cd95b20ade537aa5afb868e /arch/arm/mach-k3/Makefile | |
parent | 890b2e750d1eeebdb54b9f0f7b19d1c563f87a7a (diff) | |
download | u-boot-a3501a4a44b8cf52d31d9ab93e0f89fd85a3f7a7.tar.gz |
armv7R: K3: am654: Add support to start ATF from R5 SPL
Considering the boot time requirements, Cortex-A core
should be able to start immediately after SPL on R5.
Add support for the same.
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 619733fb873..406dda3b023 100644 --- a/arch/arm/mach-k3/Makefile +++ b/arch/arm/mach-k3/Makefile @@ -6,3 +6,4 @@ obj-$(CONFIG_SOC_K3_AM6) += am6_init.o obj-$(CONFIG_ARM64) += arm64-mmu.o obj-$(CONFIG_CPU_V7R) += r5_mpu.o +obj-y += common.o |