mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
refactor(imx8m): use renamed event log printer
Following the renaming of printer functions to follow the event_log_{func} convention, update IMX8M to use the new function names for consistency with the logging library. Change-Id: I2e5afc3ef077b45dfd2cdd284d45a7b4230ac479 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
This commit is contained in:
parent
f84aa14cd1
commit
0d81b96e8e
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2022-2024, Arm Limited. All rights reserved.
|
||||
* Copyright (c) 2022-2025, Arm Limited. All rights reserved.
|
||||
* Copyright (c) 2022, Linaro.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
|
@ -78,7 +78,7 @@ void bl2_plat_mboot_finish(void)
|
|||
/* Ensure that the Event Log is visible in Non-secure memory */
|
||||
flush_dcache_range(ns_log_addr, event_log_cur_size);
|
||||
|
||||
dump_event_log((uint8_t *)event_log, event_log_cur_size);
|
||||
event_log_dump((uint8_t *)event_log, event_log_cur_size);
|
||||
}
|
||||
|
||||
int plat_mboot_measure_key(const void *pk_oid, const void *pk_ptr,
|
||||
|
|
Loading…
Add table
Reference in a new issue