aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/link/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/link/mainboard.c')
-rw-r--r--src/mainboard/google/link/mainboard.c14
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)
{