[uClinux-dev] No blkmem in linux2.6, so how to link the romfs with the image together?

2007-04-09 Thread rui.zhou
Hi there: As I know In linux 2.4 I can link the romfs.o with the image.just like that: uClinux-dist/linux-2.4.x/drivers/block/blkmem.c +#ifdef CONFIG_BOARD_MBA44 + {0, 0xc70, -1},/*{0, 0x10, -1},*/ #endif ROM file system address is 0xc70 in the SDRAM, Then modify :在linux-2.4.x

Re: [uClinux-dev] No blkmem in linux2.6, so how to link the romfs with the image together?

2007-04-09 Thread Greg Ungerer
Hi Rui, [EMAIL PROTECTED] wrote: > As I know > In linux 2.4 I can link the romfs.o with the image.just like that: > > uClinux-dist/linux-2.4.x/drivers/block/blkmem.c > > +#ifdef CONFIG_BOARD_MBA44 > + {0, 0xc70, -1},/*{0, 0x10, -1},*/ > #endif > ROM file system address is 0xc70 in th