Home | History | Annotate | Download | only in coreboot
      1 /* SPDX-License-Identifier: GPL-2.0+ */
      2 /*
      3  * Copyright (c) 2011 The Chromium OS Authors.
      4  * (C) Copyright 2010-2011
      5  * Graeme Russ, <graeme.russ (at) gmail.com>
      6  */
      7 
      8 .section .text
      9 
     10 .globl car_init
     11 car_init:
     12 	jmp	car_init_ret
     13