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/romstage.c | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/mainboard/google/gru/romstage.c (limited to 'src/mainboard/google/gru/romstage.c') diff --git a/src/mainboard/google/gru/romstage.c b/src/mainboard/google/gru/romstage.c deleted file mode 100644 index 4786937acc..0000000000 --- a/src/mainboard/google/gru/romstage.c +++ /dev/null @@ -1,34 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright 2016 Rockchip Inc. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - */ - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -void main(void) -{ - console_init(); - exception_init(); - cbmem_initialize_empty(); - run_ramstage(); -} -- cgit v1.2.3