headsmp.S 458 B

123456789101112131415161718192021
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2014 Marvell Technology Group Ltd.
  4. *
  5. * Antoine Ténart <[email protected]>
  6. */
  7. #include <linux/linkage.h>
  8. #include <linux/init.h>
  9. #include <asm/assembler.h>
  10. /*
  11. * If the following instruction is set in the reset exception vector, CPUs
  12. * will fetch the value of the software reset address vector when being
  13. * reset.
  14. */
  15. .global boot_inst
  16. boot_inst:
  17. ldr pc, [pc, #140]
  18. .align