On Tue, 08 Aug 2006 16:00:30 +0200, Franck Bui-Huu <vagabon.xyz@xxxxxxxxx> wrote: > >> NOTE ! This patch also changes the initrd semantic. Old code > >> was expecting "rd_start=xxx rd_size=xxx" which uses two > >> parameters. Now the code expects "initrd=xxx@yyy" which is > >> really simpler to parse and to use. No default config files > >> use these parameters anyways but not sure for bootloader's > >> users... > > > > This code is there precisely because most mips bootloaders use > > rd_start/rd_size. > > OK, I guess we have to stick with this weird semantic... Maybe you can add something like "initrdmem=xxx@yyy", keeping "rd_start" and "rd_size" for the backward compatibility. Just a thought. --- Atsushi Nemoto