Re: [U-Boot] [PATCH 4/4] ARM: mx6: Enable Thumb build for SPL

2014-08-20 Thread Stefano Babic
Hi Marek, On 04/08/2014 01:47, Marek Vasut wrote: > Building the SPL in Thumb mode saves roughly 30% in size of the > resulting SPL binary. As the size of SPL it limited on the MX6, > this helps a lot. > > Signed-off-by: Marek Vasut > --- Applied to u-boot-imx, thanks ! Best regards, Stefano B

Re: [U-Boot] [PATCH 4/4] ARM: mx6: Enable Thumb build for SPL

2014-08-06 Thread Tim Harvey
On Sun, Aug 3, 2014 at 4:47 PM, Marek Vasut wrote: > Building the SPL in Thumb mode saves roughly 30% in size of the > resulting SPL binary. As the size of SPL it limited on the MX6, > this helps a lot. > > Signed-off-by: Marek Vasut > --- > include/configs/imx6_spl.h | 1 + > 1 file changed, 1

[U-Boot] [PATCH 4/4] ARM: mx6: Enable Thumb build for SPL

2014-08-03 Thread Marek Vasut
Building the SPL in Thumb mode saves roughly 30% in size of the resulting SPL binary. As the size of SPL it limited on the MX6, this helps a lot. Signed-off-by: Marek Vasut --- include/configs/imx6_spl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/imx6_spl.h b/include/con