From c70505acee27c7efad4eaa6d18542f794ff98298 Mon Sep 17 00:00:00 2001 From: Tim Wawrzynczak Date: Fri, 9 Oct 2020 17:06:28 -0600 Subject: fw_config: Make fw_config_get() public Further patches will make use of this raw 64-bit value. Signed-off-by: Tim Wawrzynczak Change-Id: I161893c09da6a44265299f6ae3c3a81249a96084 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46604 Reviewed-by: Furquan Shaikh Reviewed-by: Julius Werner Tested-by: build bot (Jenkins) --- src/lib/fw_config.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/lib/fw_config.c') diff --git a/src/lib/fw_config.c b/src/lib/fw_config.c index 0973cbeeff..e17d40e58a 100644 --- a/src/lib/fw_config.c +++ b/src/lib/fw_config.c @@ -12,12 +12,7 @@ #include #include -/** - * fw_config_get() - Provide firmware configuration value. - * - * Return 64bit firmware configuration value determined for the system. - */ -static uint64_t fw_config_get(void) +uint64_t fw_config_get(void) { static uint64_t fw_config_value; static bool fw_config_value_initialized; -- cgit v1.2.3