summaryrefslogtreecommitdiff
path: root/board/coreboot/coreboot/coreboot_start.S
blob: aa702622d48c4eda6f037eeb680659a5758d0078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (c) 2011 The Chromium OS Authors.
 * (C) Copyright 2008
 * Graeme Russ, graeme.russ@gmail.com.
 */

/* board early intialization */
.globl early_board_init
early_board_init:
	/* No 32-bit board specific initialisation */
	jmp	early_board_init_ret