aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gizmosphere/gizmo/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo/romstage.c')
-rw-r--r--src/mainboard/gizmosphere/gizmo/romstage.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/romstage.c b/src/mainboard/gizmosphere/gizmo/romstage.c
deleted file mode 100644
index 7c3f534527..0000000000
--- a/src/mainboard/gizmosphere/gizmo/romstage.c
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2011 Advanced Micro Devices, Inc.
- * Copyright (C) 2013 Sage Electronic Engineering, LLC
- *
- * 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 <northbridge/amd/agesa/state_machine.h>
-#include <sb_cimx.h>
-
-void board_BeforeAgesa(struct sysinfo *cb)
-{
- sb_Poweron_Init();
-}