From 6dc125f0e345f19dd762d553feba8255dba691c5 Mon Sep 17 00:00:00 2001 From: Lijian Zhao Date: Thu, 13 Jul 2017 19:11:45 -0700 Subject: soc/intel/cannonlake: Fix Build break 1.Replace outdated defination of TCO_EN to TCO_BASE_EN 2.Remove setmaxfreq() as not needed any more. Change-Id: Id54fdfd14f1abaa592132195e6f9acfa5807626e Signed-off-by: Lijian Zhao Reviewed-on: https://review.coreboot.org/20568 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/cannonlake/include/soc/bootblock.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/cannonlake/include') diff --git a/src/soc/intel/cannonlake/include/soc/bootblock.h b/src/soc/intel/cannonlake/include/soc/bootblock.h index eb4c9b0e42..2a6ca1fb15 100644 --- a/src/soc/intel/cannonlake/include/soc/bootblock.h +++ b/src/soc/intel/cannonlake/include/soc/bootblock.h @@ -26,6 +26,5 @@ void bootblock_pch_early_init(void); void pch_early_init(void); void pch_early_iorange_init(void); void report_platform_info(void); -void set_max_freq(void); #endif -- cgit v1.2.3