]> Git Repo - J-u-boot.git/blame - arch/x86/cpu/tangier/car.S
Merge branch '2021-04-14-assorted-vboot-improvements'
[J-u-boot.git] / arch / x86 / cpu / tangier / car.S
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
e71de54a
FB
2/*
3 * Copyright (c) 2011 The Chromium OS Authors.
4 * (C) Copyright 2010-2011
5 * Graeme Russ, <[email protected]>
e71de54a
FB
6 */
7
8.section .text
9
10.globl car_init
11car_init:
12 jmp car_init_ret
This page took 0.118936 seconds and 4 git commands to generate.