force RHH Rom Header to always be present (#7187)
This commit is contained in:
parent
0dae2cea28
commit
7fdc5a45b6
@ -28,7 +28,7 @@ struct RHHRomHeader
|
|||||||
};
|
};
|
||||||
|
|
||||||
__attribute__((section(".text.consts")))
|
__attribute__((section(".text.consts")))
|
||||||
static const struct RHHRomHeader sRHHRomHeader =
|
USED static const struct RHHRomHeader sRHHRomHeader =
|
||||||
{
|
{
|
||||||
.rhh_magic = { 'R', 'H', 'H', 'E', 'X', 'P' },
|
.rhh_magic = { 'R', 'H', 'H', 'E', 'X', 'P' },
|
||||||
.expansionVersionMajor = EXPANSION_VERSION_MAJOR,
|
.expansionVersionMajor = EXPANSION_VERSION_MAJOR,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user