diff options
Diffstat (limited to 'roms/u-boot/arch/x86/cpu/efi/car.S')
-rw-r--r-- | roms/u-boot/arch/x86/cpu/efi/car.S | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roms/u-boot/arch/x86/cpu/efi/car.S b/roms/u-boot/arch/x86/cpu/efi/car.S new file mode 100644 index 000000000..488dcde66 --- /dev/null +++ b/roms/u-boot/arch/x86/cpu/efi/car.S @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (c) 2015 Google, Inc + * Written by Simon Glass <sjg@chromium.org> + */ + +.globl car_init +car_init: + jmp car_init_ret |