mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-07-20 06:58:13 +02:00
10 lines
205 B
ArmAsm
10 lines
205 B
ArmAsm
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright (C) 2019 Intel Corporation <www.intel.com>
|
|
*/
|
|
|
|
/* board early initialization */
|
|
.globl early_board_init
|
|
early_board_init:
|
|
jmp early_board_init_ret
|