summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/efi/car.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/lib/efi/car.S')
-rw-r--r--arch/x86/lib/efi/car.S10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/lib/efi/car.S b/arch/x86/lib/efi/car.S
new file mode 100644
index 0000000000..613af9ac8a
--- /dev/null
+++ b/arch/x86/lib/efi/car.S
@@ -0,0 +1,10 @@
+/*
+ * 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
OpenPOWER on IntegriCloud