aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-06-23 13:14:59 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-08-02 15:29:26 +0000
commitd0ef3a46d92bf0a2d396e4a9c7941a301eb5ade5 (patch)
tree02f0e7a744bd7f8098fa0d0557d85ee9f5c9cb41
parent12fc21b1cffcd8541abb534e2957f7f467e1667b (diff)
soc/intel/broadwell: Drop unused function declarations
These functions are never defined. Remove the unused declarations. Change-Id: I4204265680d06bf83fc42f061fd7270ff8e3305e Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55798 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/intel/broadwell/include/soc/romstage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/broadwell/include/soc/romstage.h b/src/soc/intel/broadwell/include/soc/romstage.h
index 8a9953b403..a18f4a6539 100644
--- a/src/soc/intel/broadwell/include/soc/romstage.h
+++ b/src/soc/intel/broadwell/include/soc/romstage.h
@@ -18,7 +18,5 @@ void report_platform_info(void);
void systemagent_early_init(void);
void pch_early_init(void);
-void pch_uart_init(void);
-void intel_early_me_status(void);
#endif