lowlevel_init.S 366 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
  3. *
  4. * This program is free software; you can redistribute it and/or modify it
  5. * under the terms of the GNU General Public License version 2 as published
  6. * by the Free Software Foundation.
  7. */
  8. #include <asm/regdef.h>
  9. .text
  10. .set noreorder
  11. .set mips32
  12. .globl lowlevel_init
  13. lowlevel_init:
  14. jr ra
  15. nop