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>
This commit is contained in:
parent
cb4fa5dc47
commit
088f3d7988
1 changed files with 0 additions and 14 deletions
|
@ -32,20 +32,6 @@
|
||||||
#include <ec/google/chromeec/ec.h>
|
#include <ec/google/chromeec/ec.h>
|
||||||
#include <vendorcode/google/chromeos/chromeos.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)
|
#if CONFIG(VGA_ROM_RUN)
|
||||||
static int int15_handler(void)
|
static int int15_handler(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue