summaryrefslogtreecommitdiffstats
path: root/board/chromebook-x86/coreboot/coreboot_start.S
blob: c6279bb30ba7ebb6ac1873a1f876c21f8a9dfcdd (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