diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-01-14 19:06:08 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-01-18 10:52:45 +0000 |
commit | 088f3d7988f2ae1e90afd070cd6d9562eb526823 (patch) | |
tree | 307c666979178735dab2e1fb02c8600c7ed5718e /src/mainboard/google | |
parent | cb4fa5dc4728f735a9332a1d126f63ca6f9b3c7c (diff) |
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 <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38407
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/link/mainboard.c | 14 |
1 files changed, 0 insertions, 14 deletions
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 <ec/google/chromeec/ec.h> #include <vendorcode/google/chromeos/chromeos.h> -/* 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) { |