mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 12:34:19 +00:00
Merge "fix(rk3399): explicitly define the sys_sleep_flag_sram type" into integration
This commit is contained in:
commit
171ebdbc57
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ CASSERT(__builtin_offsetof(struct psram_data_t, ddr_flag) == PSRAM_DT_DDRFLAG,
|
||||||
CASSERT(__builtin_offsetof(struct psram_data_t, boot_mpidr) == PSRAM_DT_MPIDR,
|
CASSERT(__builtin_offsetof(struct psram_data_t, boot_mpidr) == PSRAM_DT_MPIDR,
|
||||||
assert_psram_dt_mpidr_offset_mistmatch);
|
assert_psram_dt_mpidr_offset_mistmatch);
|
||||||
|
|
||||||
extern void *sys_sleep_flag_sram;
|
extern struct psram_data_t sys_sleep_flag_sram;
|
||||||
|
|
||||||
#endif /* __ASSEMBLER__ */
|
#endif /* __ASSEMBLER__ */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue