mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-20 05:51:01 +02:00
Merge "fix(rk3399): explicitly define the sys_sleep_flag_sram type" into integration
This commit is contained in:
commit
171ebdbc57
@ -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,
|
||||
assert_psram_dt_mpidr_offset_mistmatch);
|
||||
|
||||
extern void *sys_sleep_flag_sram;
|
||||
extern struct psram_data_t sys_sleep_flag_sram;
|
||||
|
||||
#endif /* __ASSEMBLER__ */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user