lowlevel_init.S 210 B

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