head.S 171 B

12345678910
  1. /*
  2. * linux/arch/sh/boot/romimage/head.S
  3. *
  4. * Board specific setup code, executed before zImage loader
  5. */
  6. .text
  7. .global romstart
  8. romstart:
  9. #include <mach/romimage.h>