Merge "fix(rk3399): explicitly define the sys_sleep_flag_sram type" into integration

This commit is contained in:
Olivier Deprez 2022-10-12 11:30:54 +02:00 committed by TrustedFirmware Code Review
commit 171ebdbc57

View file

@ -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__ */