diff options
Diffstat (limited to 'arch/x86/cpu/efi/car.S')
-rw-r--r-- | arch/x86/cpu/efi/car.S | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/cpu/efi/car.S b/arch/x86/cpu/efi/car.S new file mode 100644 index 00000000000..488dcde66c7 --- /dev/null +++ b/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 |