force RHH Rom Header to always be present (#7187)

This commit is contained in:
DizzyEggg 2025-06-23 10:38:03 +02:00 committed by GitHub
parent 0dae2cea28
commit 7fdc5a45b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ struct RHHRomHeader
};
__attribute__((section(".text.consts")))
static const struct RHHRomHeader sRHHRomHeader =
USED static const struct RHHRomHeader sRHHRomHeader =
{
.rhh_magic = { 'R', 'H', 'H', 'E', 'X', 'P' },
.expansionVersionMajor = EXPANSION_VERSION_MAJOR,