mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
11 lines
171 B
ArmAsm
11 lines
171 B
ArmAsm
|
/*
|
||
|
* Copyright (c) 2015 Google, Inc
|
||
|
* Written by Simon Glass <sjg@chromium.org>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
.globl car_init
|
||
|
car_init:
|
||
|
jmp car_init_ret
|