Re: [U-Boot] [RFC PATCH 08/44] image: Move HOSTCC image code to tools/

2013-01-05 Thread Marek Vasut
Dear Simon Glass, > This code is never compiled into U-Boot, so move it into a separate > file in tools/ to avoid the large #ifdef. > > Signed-off-by: Simon Glass Reviewed-by: Marek Vasut Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lis

[U-Boot] [RFC PATCH 08/44] image: Move HOSTCC image code to tools/

2013-01-04 Thread Simon Glass
This code is never compiled into U-Boot, so move it into a separate file in tools/ to avoid the large #ifdef. Signed-off-by: Simon Glass --- common/image-fit.c | 175 + include/image.h|3 + tools/Makefile |2 + tools/image-host.c | 20