From 0d19eda0dd2ffae27d0551b1f0a06a2b8f96c853 Mon Sep 17 00:00:00 2001 From: Sieu Mun Tang Date: Fri, 13 May 2022 16:42:42 +0800 Subject: [PATCH] fix(intel): remove unused printout This patch is to remove unused printout. Signed-off-by: Sieu Mun Tang Change-Id: I507210402dcbaf8369209308ae1fcedaccb0292d --- plat/intel/soc/common/socfpga_delay_timer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plat/intel/soc/common/socfpga_delay_timer.c b/plat/intel/soc/common/socfpga_delay_timer.c index 957738cdd..dcd51e270 100644 --- a/plat/intel/soc/common/socfpga_delay_timer.c +++ b/plat/intel/soc/common/socfpga_delay_timer.c @@ -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)