From 91d94b090799b5be5eafb5a82e247d928e982698 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 14 Apr 2016 14:45:22 +0200 Subject: google/gru: Incorporate feedback to #14279 To avoid diverging too much on an actively developed code base, keep the changes to a separate commit that can be downstreamed more easily: - removed unused includes - gave kevin board a "Kevin" part number - marked RW_LEGACY as CBFS region (to follow up upstream changes) - moved romstage entry point to SoC code (instead of encouraging per-board copy pasta) Change-Id: Ief0c8db3c4af96fe2be2e2397d8874ad06fb6f1f Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/14362 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/google/gru/mainboard.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mainboard/google/gru/mainboard.c') diff --git a/src/mainboard/google/gru/mainboard.c b/src/mainboard/google/gru/mainboard.c index 1641838a5a..649f16296c 100644 --- a/src/mainboard/google/gru/mainboard.c +++ b/src/mainboard/google/gru/mainboard.c @@ -14,12 +14,7 @@ * */ -#include -#include -#include -#include #include -#include static void mainboard_init(device_t dev) { -- cgit v1.2.3