Re: [U-Boot] [PATCH] ARM: Fix malloc area size for versatile and integrator

2012-03-18 Thread Marek Vasut
Dear Linus Walleij, > On Sat, Mar 17, 2012 at 3:41 AM, Marek Vasut wrote: > > These boards couldn't save their environment because they couldn't > > malloc() the whole size of the sector. > > > > Signed-off-by: Marek Vasut > > Cc: Linus Walleij > > Acked-by: Linus Walleij > > Thanks! > Linu

Re: [U-Boot] [PATCH] ARM: Fix malloc area size for versatile and integrator

2012-03-18 Thread Linus Walleij
On Sat, Mar 17, 2012 at 3:41 AM, Marek Vasut wrote: > These boards couldn't save their environment because they couldn't malloc() > the whole size of the sector. > > Signed-off-by: Marek Vasut > Cc: Linus Walleij Acked-by: Linus Walleij Thanks! Linus Walleij _

[U-Boot] [PATCH] ARM: Fix malloc area size for versatile and integrator

2012-03-16 Thread Marek Vasut
These boards couldn't save their environment because they couldn't malloc() the whole size of the sector. Signed-off-by: Marek Vasut Cc: Linus Walleij --- include/configs/integratorcp.h |2 +- include/configs/versatile.h|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -