[PATCH] ARM: Changes to bootz.

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Mon May 7 09:38:24 EDT 2012


On 23:46 Sat 05 May     , Krzysztof Halasa wrote:
> Fixed bootz command to always check if the zImage fits completely
> in the first 128 MB of RAM.
> Allows operation with more than 128 MB RAM.
> We don't try to free() memmapped zImage anymore.
> Endianness swapping is now possible with memmappable zImage, too.
> 
> Signed-off-by: Krzysztof Hałasa <khc at pm.waw.pl>
> 
> diff --git a/arch/arm/lib/bootz.c b/arch/arm/lib/bootz.c
> index f394a6b..c11f43a 100644
> --- a/arch/arm/lib/bootz.c
> +++ b/arch/arm/lib/bootz.c
> @@ -21,14 +21,20 @@ struct zimage_header {
I think we can simply drop this code as it's handle by bootm too

Best Regards,
J.



More information about the barebox mailing list