lowlevel_init.S 210 B

123456789101112
  1. /*
  2. * (C) Copyright 2012 Stephen Warren
  3. *
  4. * See file CREDITS for list of people who contributed to this
  5. * project.
  6. *
  7. * SPDX-License-Identifier: GPL-2.0
  8. */
  9. .globl lowlevel_init
  10. lowlevel_init:
  11. mov pc, lr