diff options
| author | Ferass El Hafidi <[email protected]> | 2026-04-22 15:43:23 +0000 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2026-04-22 18:27:26 +0200 |
| commit | 93c13379a4446ea38f85c4e393d187b8de2159ab (patch) | |
| tree | a7b15bd21a1bacb44e99d863906ab86d3eafa8fb /scripts | |
| parent | 723f14c946cbc8c09c3acf7bb7b7da65a4eeecd0 (diff) | |
arm: mach-meson: provide reset_cpu only when SYSRESET is disabled
This is in preparation of enabling SYSRESET across all Amlogic boards by
default. SYSRESET brings its own reset_cpu implementation which will
conflict with the one defined in board-common.c.
SPL however will not have SYSRESET enabled (due to overhead in the final
image, as we have very little space to work with), and thus will still
need that reset_cpu to be defined. Furthermore, some boards do not enable
PSCI support in U-Boot, so they may still need this implementation.
Guard reset_cpu inside #ifdef to only compile it in when SYSRESET is not
enabled.
Signed-off-by: Ferass El Hafidi <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://patch.msgid.link/20260422-b4-amlogic-sysreset-capsules-v3-1-07b5ccc8f552@postmarketos.org
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
