aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/cheza/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/cheza/romstage.c')
-rw-r--r--src/mainboard/google/cheza/romstage.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/mainboard/google/cheza/romstage.c b/src/mainboard/google/cheza/romstage.c
index c930016080..ad8506193d 100644
--- a/src/mainboard/google/cheza/romstage.c
+++ b/src/mainboard/google/cheza/romstage.c
@@ -13,17 +13,8 @@
* GNU General Public License for more details.
*/
-#include <arch/exception.h>
-#include <cbmem.h>
-#include <halt.h>
-#include <program_loading.h>
-#include <console/console.h>
-#include <timestamp.h>
+#include <arch/stages.h>
-void main(void)
+void platform_romstage_main(void)
{
- console_init();
- exception_init();
- cbmem_initialize_empty();
- run_ramstage();
}