From 5d14c76f1ae62d0543614340f4b588adf4f506eb Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 14 Nov 2019 12:14:39 +0530 Subject: soc/intel/{icl,tgl}: Rename pch_early_init() to pch_init() This patch renames pch_early_init() function as per review feedback CB:36550 Change-Id: I9f638e738d1a910b688cc3e51795230b2e542f82 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/36841 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: V Sowmya --- src/soc/intel/icelake/include/soc/bootblock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/icelake/include') diff --git a/src/soc/intel/icelake/include/soc/bootblock.h b/src/soc/intel/icelake/include/soc/bootblock.h index 4ca2c37288..22e632fc75 100644 --- a/src/soc/intel/icelake/include/soc/bootblock.h +++ b/src/soc/intel/icelake/include/soc/bootblock.h @@ -21,7 +21,7 @@ void bootblock_cpu_init(void); void bootblock_pch_early_init(void); /* Bootblock post console init programming */ -void pch_early_init(void); +void pch_init(void); void pch_early_iorange_init(void); void report_platform_info(void); -- cgit v1.2.3