2 * linux/arch/sh/boot/romimage/head.S
4 * Board specific setup code, executed before zImage loader
12 /* include board specific setup code */
13 #include <mach/romimage.h>
15 /* copy the empty_zero_page contents to where vmlinux expects it */
16 mova empty_zero_page_src, r0
17 mov.l empty_zero_page_dst, r1
18 mov #(PAGE_SHIFT - 4), r4
20 shld r4, r3 /* r3 = PAGE_SIZE / 16 */
36 /* jump to the zImage entry point located after the zero page data */
40 mova empty_zero_page_src, r0