From 3c874e9d04b7a8ae2af5fef39abb925766e85e9c Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 14 Jul 2017 15:41:29 -0600 Subject: soc/intel/cannonlake: remove top_of_32bit_ram() declaration It should never be globally exposed. Remove it. Change-Id: I90e201ddd4df2cda89e7d3e4cb81bdc2a81cac83 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/20583 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/soc/intel/cannonlake/include/soc/systemagent.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/soc') diff --git a/src/soc/intel/cannonlake/include/soc/systemagent.h b/src/soc/intel/cannonlake/include/soc/systemagent.h index b06945084e..09b4b324e3 100644 --- a/src/soc/intel/cannonlake/include/soc/systemagent.h +++ b/src/soc/intel/cannonlake/include/soc/systemagent.h @@ -98,7 +98,4 @@ /* System Agent identification */ u8 systemagent_revision(void); -/* Top of 32bit usable memory */ -u32 top_of_32bit_ram(void); - #endif -- cgit v1.2.3