Home | History | Annotate | Download | only in efi
      1 /* SPDX-License-Identifier: GPL-2.0+ */
      2 /*
      3  * Copyright (c) 2015 Google, Inc
      4  * Written by Simon Glass <sjg (at) chromium.org>
      5  */
      6 
      7 .globl car_init
      8 car_init:
      9 	jmp	car_init_ret
     10