Re: [U-Boot] [PATCH] qemu_mips: Update linux bootm to support dynamic cmdline

2008-09-09 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > --- > lib_mips/Makefile |4 ++ > lib_mips/bootm_qemu_mips.c | 76 > > 2 files chang

[U-Boot] [PATCH] qemu_mips: Update linux bootm to support dynamic cmdline

2008-09-08 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> --- lib_mips/Makefile |4 ++ lib_mips/bootm_qemu_mips.c | 76 2 files changed, 80 insertions(+), 0 deletions(-) create mode 100644 lib_mips/bootm_qemu_mips.c diff --git