summaryrefslogtreecommitdiffstats
path: root/board/chromebook-x86/coreboot/coreboot_start.S
blob: 932fe6c24bf33d12aa62bc6fa671bcd77129becc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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