1 /* romfs move to __ebss */
3 #include <asm/linkage.h>
4 #include <linux/config.h>
6 #if defined(__H8300H__)
9 #if defined(__H8300S__)
22 mov.b #_romfs_sig_len,r3l
23 1: /* check romfs image */
31 /* find romfs image */
32 mov.l @__sbss+8,er0 /* romfs length(be) */
34 add.l er0,er1 /* romfs image end */
36 add.l er0,er2 /* distination address */
37 #if defined(CONFIG_INTELFLASH)
43 shlr er0 /* transfer length */
45 mov.l @er1,er3 /* copy image */