arm64: zynqmp: Fix issue of apps executing from R5 core 1
authorAshok Reddy Soma <ashok.reddy.soma@amd.com>
Wed, 5 Apr 2023 13:06:45 +0000 (15:06 +0200)
committerMichal Simek <michal.simek@amd.com>
Mon, 15 May 2023 07:33:57 +0000 (09:33 +0200)
commit66e8b8128b523f43c86f54dd64075b2cf34b117d
tree8de7986fe5308ddc1bb1088661c5f73059163ff7
parent9b4d52b2e16a7862ad969bf0469dc88fcdaa0999
arm64: zynqmp: Fix issue of apps executing from R5 core 1

In current implementation, applications can execute only on R5 core 0.
The boot address for R5 core 1 is not supplied. Pass TCM address for
R5 core 1 based on the argument to fix the issue.

Remove incomplete comment.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/da865717d26648ab7a84345ca8749712efdddee5.1680699999.git.michal.simek@amd.com
arch/arm/mach-zynqmp/mp.c