Re: [U-Boot] [PATCH 1/1] ARM: sheevaplug: fix uboot corruption

2014-09-06 Thread drEagle
Hi, Is there any chance for this patch to be upstreamed in the next release ? On sheevaplug if you try the latest u-boot you may be brick the plug. It will be corrupted because of the size of the of the u-boot binary. The fix of env location proposed is a needed fix. I have still some few

[U-Boot] [PATCH 1/1] ARM: sheevaplug: fix uboot corruption

2014-07-26 Thread Gerald Kerma
This patch move the environment offset in sheevaplug. The size of the u-boot binary is become too big. Saving environments will result of corrupting the u-boot. Signed-off-by: Gerald Kerma drea...@doukki.net --- Changes in v1: - fix sheevaplug environment offset include/configs/sheevaplug.h