1 /* romfs move to __ebss */
3 #include <asm/linkage.h>
5 #if defined(__H8300H__)
8 #if defined(__H8300S__)
21 mov.b #_romfs_sig_len,r3l
22 1: /* check romfs image */
30 /* find romfs image */
31 mov.l @__sbss+8,er0 /* romfs length(be) */
33 add.l er0,er1 /* romfs image end */
35 add.l er0,er2 /* distination address */
36 #if defined(CONFIG_INTELFLASH)
42 shlr er0 /* transfer length */
44 mov.l @er1,er3 /* copy image */