summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/rambi/mainboard.c
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2020-08-03 16:52:31 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-05 07:05:33 +0000
commite58c6f5dfa9cf626c3164364677bcbc6cf5506fc (patch)
tree5c25cebf2a6266c7d12451d9e2d0405f3d1c7e4b /src/mainboard/google/rambi/mainboard.c
parent6d097b831b0dc3a275976366a2dd9ad4c8d58c08 (diff)
downloadcoreboot-e58c6f5dfa9cf626c3164364677bcbc6cf5506fc.tar.gz
coreboot-e58c6f5dfa9cf626c3164364677bcbc6cf5506fc.tar.bz2
coreboot-e58c6f5dfa9cf626c3164364677bcbc6cf5506fc.zip
baytrail mainboards: Clean up mainboard.c
This cleans up some unneeded no-ops in the mainboard.c files of baytrail boards. Change-Id: I7662f6e860d672a99b211488122bec073cc78acf Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44136 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Máté Kukri <kukri.mate@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/rambi/mainboard.c')
-rw-r--r--src/mainboard/google/rambi/mainboard.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/google/rambi/mainboard.c b/src/mainboard/google/rambi/mainboard.c
index 0f729bf87a15..41d9795c5ef2 100644
--- a/src/mainboard/google/rambi/mainboard.c
+++ b/src/mainboard/google/rambi/mainboard.c
@@ -5,7 +5,6 @@
#if CONFIG(VGA_ROM_RUN)
#include <x86emu/x86emu.h>
#endif
-#include <acpi/acpi.h>
#include <arch/interrupt.h>
#include <smbios.h>
#include "ec.h"
@@ -14,10 +13,6 @@
#include <bootstate.h>
#include <vendorcode/google/chromeos/chromeos.h>
-void mainboard_suspend_resume(void)
-{
-}
-
#if CONFIG(VGA_ROM_RUN)
static int int15_handler(void)
{