diff options
| author | Sean Anderson <[email protected]> | 2022-11-22 12:54:51 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-09 14:10:28 -0500 |
| commit | 0db588caf99821b616169a7888d8a9515604940c (patch) | |
| tree | 347f0207702074de31e30248be51b89b6bdb972a /scripts/objdiff | |
| parent | 544071ac4a1c301ed38d7f9ce41cc7cd0910083d (diff) | |
x86: fsp: Only compile fsp_save_s3_stack if (SPL_)DM_RTC is enabled
This function calls rtc_write32, which has a different signature
depending on if (SPL_)DM_RTC is enabled or not. This could result in a
mismatch in SPL if DM_RTC was enabled but SPL_DM_RTC, as the non-DM
declaration would still be used in SPL even though the implementation
would be for non-DM_RTC. We are switching to the correct definitions in
the next commit, so this will become a compilation error. Since
fsp_save_s3_stack is not called from SPL, avoid compiling it if
(SPL_)DM_RTC is disabled.
Signed-off-by: Sean Anderson <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
