xref: /openbmc/u-boot/arch/x86/cpu/coreboot/car.S (revision 2b9d2252)
1*2b9d2252SStefan Reinauer/*
2*2b9d2252SStefan Reinauer * Copyright (c) 2011 The Chromium OS Authors.
3*2b9d2252SStefan Reinauer * (C) Copyright 2010-2011
4*2b9d2252SStefan Reinauer * Graeme Russ, <graeme.russ@gmail.com>
5*2b9d2252SStefan Reinauer *
6*2b9d2252SStefan Reinauer * See file CREDITS for list of people who contributed to this
7*2b9d2252SStefan Reinauer * project.
8*2b9d2252SStefan Reinauer *
9*2b9d2252SStefan Reinauer * This program is free software; you can redistribute it and/or
10*2b9d2252SStefan Reinauer * modify it under the terms of the GNU General Public License as
11*2b9d2252SStefan Reinauer * published by the Free Software Foundation; either version 2 of
12*2b9d2252SStefan Reinauer * the License, or (at your option) any later version.
13*2b9d2252SStefan Reinauer *
14*2b9d2252SStefan Reinauer * This program is distributed in the hope that it will be useful,
15*2b9d2252SStefan Reinauer * but WITHOUT ANY WARRANTY; without even the implied warranty of
16*2b9d2252SStefan Reinauer * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17*2b9d2252SStefan Reinauer * GNU General Public License for more details.
18*2b9d2252SStefan Reinauer *
19*2b9d2252SStefan Reinauer * You should have received a copy of the GNU General Public License
20*2b9d2252SStefan Reinauer * along with this program; if not, write to the Free Software
21*2b9d2252SStefan Reinauer * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
22*2b9d2252SStefan Reinauer * MA 02111-1307 USA
23*2b9d2252SStefan Reinauer */
24*2b9d2252SStefan Reinauer
25*2b9d2252SStefan Reinauer.section .text
26*2b9d2252SStefan Reinauer
27*2b9d2252SStefan Reinauer.globl car_init
28*2b9d2252SStefan Reinauercar_init:
29*2b9d2252SStefan Reinauer	jmp	car_init_ret
30