Re: [PATCH] arm64: zynqmp: Fix r5 mode for cpu release command

2024-11-06 Thread Michal Simek
On 11/4/24 13:27, Padmarao Begari wrote: The cpu release command for r5 mode (lockstep/split) argument accepts only string. But the zynqmp tcminit command accepts string or number for r5 mode (lockstep/split or 0/1) argument. To fix the r5 mode argument, the common argument (lockstep/split or

[PATCH] arm64: zynqmp: Fix r5 mode for cpu release command

2024-11-04 Thread Padmarao Begari
The cpu release command for r5 mode (lockstep/split) argument accepts only string. But the zynqmp tcminit command accepts string or number for r5 mode (lockstep/split or 0/1) argument. To fix the r5 mode argument, the common argument (lockstep/split or 0/1) is used across different u-boot commands.