fix(intel): remove unused printout

This patch is to remove unused printout.

Signed-off-by: Sieu Mun Tang <sieu.mun.tang@intel.com>
Change-Id: I507210402dcbaf8369209308ae1fcedaccb0292d
This commit is contained in:
Sieu Mun Tang 2022-05-13 16:42:42 +08:00
parent 673afd6f8e
commit 0d19eda0dd
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ void socfpga_delay_timer_init_args(void)
timer_init(&plat_timer_ops);
NOTICE("BL31: MPU clock frequency: %d MHz\n", plat_timer_ops.clk_div);
}
void socfpga_delay_timer_init(void)