Re: [U-Boot] [PATCH] ls1046ardb: SPL size reduction in case of non-xip boot

2017-02-27 Thread Sumit Garg
> -Original Message- > From: york sun > Sent: Monday, February 27, 2017 10:34 PM > To: Sumit Garg ; u-boot@lists.denx.de > Cc: Ruchika Gupta ; Prabhakar Kushwaha > ; Mingkai Hu ; Vini > Pillai > Subject: Re: [PATCH] ls1046ardb: SPL size reduction in case of non-xip boot > > On 02/20/2017

Re: [U-Boot] [PATCH] ls1046ardb: SPL size reduction in case of non-xip boot

2017-02-27 Thread york sun
On 02/20/2017 04:30 AM, Sumit Garg wrote: > Using changes in this patch we were able to reduce approx 4k > size of u-boot-spl.bin image. Following is breif description of > changes to reduce SPL size: > 1. Changes in board/freescale/ls1046ardb/Makefile to remove >compilation of eth.c and cpld.c

[U-Boot] [PATCH] ls1046ardb: SPL size reduction in case of non-xip boot

2017-02-20 Thread Sumit Garg
Using changes in this patch we were able to reduce approx 4k size of u-boot-spl.bin image. Following is breif description of changes to reduce SPL size: 1. Changes in board/freescale/ls1046ardb/Makefile to remove compilation of eth.c and cpld.c in case of SPL build. 2. Changes in board/freescale