mtd: sf: Make sf_mtd.c more robust
[platform/kernel/u-boot.git] / arch / arm / lib / crt0_aarch64_efi.S
index 9b0e894..0db4360 100644 (file)
@@ -1,9 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0+ OR BSD-2-Clause */
 /*
  * crt0-efi-aarch64.S - PE/COFF header for aarch64 EFI applications
  *
  * Copright (C) 2014 Linaro Ltd. <ard.biesheuvel@linaro.org>
  *
- * SPDX-License-Identifier:     GPL-2.0+     BSD-2-Clause
  *
  * This file is taken and modified from the gnu-efi project.
  */
@@ -122,8 +122,6 @@ _start:
        mov             x29, sp
 
        stp             x0, x1, [sp, #16]
-       mov             x2, x0
-       mov             x3, x1
        adr             x0, ImageBase
        adrp            x1, _DYNAMIC
        add             x1, x1, #:lo12:_DYNAMIC