From 088f3d7988f2ae1e90afd070cd6d9562eb526823 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 14 Jan 2020 19:06:08 +0100 Subject: mb/google/link: drop dummy mainboard_post function It was never filled it, it probably never will be filled in, so stop the pretense. Change-Id: I7632b763b8518304d36a818ce262cc127f95b9f0 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/38407 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/google/link/mainboard.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/link/mainboard.c b/src/mainboard/google/link/mainboard.c index 5a812e83e9..8be4012263 100644 --- a/src/mainboard/google/link/mainboard.c +++ b/src/mainboard/google/link/mainboard.c @@ -32,20 +32,6 @@ #include #include -/* placeholder for evenual link post. Not sure what we'll - * do but it will look nice - */ -void mainboard_post(u8 value) -{ - /* - * What you DO NOT want to do: push every post to the EC backlight. - * it seems cute but in practice it looks like a hardware failure. - * I'm leaving this here so we don't make this mistake again later. - * And it seems to break the SMP startup. - * google_chromeec_post(value); - */ -} - #if CONFIG(VGA_ROM_RUN) static int int15_handler(void) { -- cgit v1.2.3