summaryrefslogtreecommitdiffstats
path: root/board/coreboot/coreboot/coreboot_start.S
diff options
context:
space:
mode:
Diffstat (limited to 'board/coreboot/coreboot/coreboot_start.S')
-rw-r--r--board/coreboot/coreboot/coreboot_start.S13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/coreboot/coreboot/coreboot_start.S b/board/coreboot/coreboot/coreboot_start.S
new file mode 100644
index 0000000000..932fe6c24b
--- /dev/null
+++ b/board/coreboot/coreboot/coreboot_start.S
@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2011 The Chromium OS Authors.
+ * (C) Copyright 2008
+ * Graeme Russ, graeme.russ@gmail.com.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/* board early intialization */
+.globl early_board_init
+early_board_init:
+ /* No 32-bit board specific initialisation */
+ jmp early_board_init_ret
OpenPOWER on IntegriCloud