Re: [PATCH] kexec.c: workaround getline and fscanf to make it *libc agnostic. Tested against klibc and dietlibc.

2009-11-21 Thread Simon Horman
On Sun, Nov 22, 2009 at 12:12:49AM +0100, Andrea Adami wrote: > > Signed-off-by: Andrea Adami > Signed-off-by: Yuri Bushmelev > --- > kexec/kexec.c | 38 ++ > 1 files changed, 30 insertions(+), 8 deletions(-) > > diff --git a/kexec/kexec.c b/kexec/kexec.c

Re: [PATCH] kexec-arm: add uImage support

2009-11-21 Thread Andrea Adami
Tested on armv5te. Works perfectly. Already added to OpenEmbedded metadata. Thanks! Andrea ___ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec

[PATCH] kexec.c: workaround getline and fscanf to make it *libc agnostic. Tested against klibc and dietlibc.

2009-11-21 Thread Andrea Adami
Signed-off-by: Andrea Adami Signed-off-by: Yuri Bushmelev --- kexec/kexec.c | 38 ++ 1 files changed, 30 insertions(+), 8 deletions(-) diff --git a/kexec/kexec.c b/kexec/kexec.c index ce105cd..a3ca79c 100644 --- a/kexec/kexec.c +++ b/kexec/kexec.c @@ -933,