commit | b0615a6c4eb21e0407b958a15e8ec19450ecd653 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Dec 22 01:46:41 2022 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jan 31 15:46:40 2023 +0100 |
tree | d0e342af90b36ba839bc1c75c3e85df193b531de | |
parent | 003969bf19cb580c832c667ae88e52a5e5281ca1 [diff] |
arm: imx: imx8m: Define trampoline location if PSCI provider The common code used to bring up secondary cores requires a final jump location to be stored in some sort of memory location, define this memory location to be the start of OCRAM, since it is available. Signed-off-by: Marek Vasut <marex@denx.de>