diff options
author | Aaron Durbin <adurbin@chromium.org> | 2017-07-14 15:41:29 -0600 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-07-17 14:59:51 +0000 |
commit | 3c874e9d04b7a8ae2af5fef39abb925766e85e9c (patch) | |
tree | 5cb4b58e32a77d3b61c54d06f9805625bfd129cb /src/soc/intel/cannonlake | |
parent | 52793444be5fb7b63ebfbe31f1b513c833e08dd0 (diff) |
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 <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/20583
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/intel/cannonlake')
-rw-r--r-- | src/soc/intel/cannonlake/include/soc/systemagent.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |