diff options
| author | Tom Rini <[email protected]> | 2024-12-09 16:29:47 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-12-09 16:29:47 -0600 |
| commit | 9bc62c980d418f0a67632ab29cd3501072cdb6f0 (patch) | |
| tree | e70cc08520aca0f7e3406bd088ddfda0874973a0 /include/asm-generic | |
| parent | 9dd0a9ecaa539adb99f74ea5cebcafcdebe93aad (diff) | |
| parent | b841e559cd26ffcb20f22e8ee75debed9616c002 (diff) | |
Merge tag 'v2025.01-rc4' into next
Prepare v2025.01-rc4
Diffstat (limited to 'include/asm-generic')
| -rw-r--r-- | include/asm-generic/global_data.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index 26277b93976..789adf2c3f9 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -400,6 +400,12 @@ struct global_data { */ struct bloblist_hdr *bloblist; #endif +#if CONFIG_IS_ENABLED(HANDOFF) + /** + * @spl_handoff: SPL hand-off information + */ + struct spl_handoff *spl_handoff; +#endif #if defined(CONFIG_TRANSLATION_OFFSET) /** * @translation_offset: optional translation offset |
