aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2021-07-26 16:13:07 -0500
committerLokesh Vutla <lokeshvutla@ti.com>2021-07-27 11:00:44 +0530
commit05e858aefe8da523b25080ad9034a9322f7a1d20 (patch)
tree36e0e68993b42cbde029f539cd0a89a65c7c4e7e /include
parent31b3d7a01851552ca1b4e962db5922db66d3b883 (diff)
downloadu-boot-05e858aefe8da523b25080ad9034a9322f7a1d20.zip
u-boot-05e858aefe8da523b25080ad9034a9322f7a1d20.tar.gz
u-boot-05e858aefe8da523b25080ad9034a9322f7a1d20.tar.bz2
arm: mach-k3: j721e: Move booting of Main R5FSS Core0 to A72 U-Boot
The Main R5FSS Core0 on J721E SoCs is originally booted from R5 SPL itself to achieve certain product-level early-boot metrics. This is no longer supported after the R5 SPL re-architecture (support merged for v2021.10-rc1). Move the booting of this core altogether from R5 SPL to A72 U-Boot. The env variables are left as is for now, and will be cleaned up in a subsequent patch. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Link: https://lore.kernel.org/r/20210726211311.5977-2-s-anna@ti.com
Diffstat (limited to 'include')
-rw-r--r--include/configs/j721e_evm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/j721e_evm.h b/include/configs/j721e_evm.h
index 759b7ab..a6d998e 100644
--- a/include/configs/j721e_evm.h
+++ b/include/configs/j721e_evm.h
@@ -129,6 +129,7 @@
#ifdef CONFIG_TARGET_J721E_A72_EVM
#define DEFAULT_RPROCS "" \
+ "2 /lib/firmware/j7-main-r5f0_0-fw " \
"3 /lib/firmware/j7-main-r5f0_1-fw " \
"4 /lib/firmware/j7-main-r5f1_0-fw " \
"5 /lib/firmware/j7-main-r5f1_1-fw " \