diff options
| author | Padmarao Begari <[email protected]> | 2024-11-04 17:57:50 +0530 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2024-11-15 14:32:47 +0100 |
| commit | b872583df10416d437ac18df6ad5c4095806c949 (patch) | |
| tree | 0ac35c37b19b5ecdaf816c8bbedbfbb80aa18576 /include/linux/string.h | |
| parent | 6f7ff73fbae9dcf9fc86aaeb76599fcd9df937e9 (diff) | |
arm64: zynqmp: Fix r5 mode for cpu release command
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. Use the strcmp()
instead of strncmp() to make uniform the r5 mode (lockstep/split
or 0/1) for the zynqmp tcminit and cpu release command.
Signed-off-by: Padmarao Begari <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'include/linux/string.h')
0 files changed, 0 insertions, 0 deletions
