Re: [U-Boot] [PATCH v3 09/62] spl: Don't create a BSS padding when it is separate

2017-01-16 Thread Bin Meng
On Mon, Jan 16, 2017 at 10:03 PM, Simon Glass wrote: > When BSS does not immediate follow the SPL image we don't need padding > before the device tree. Remove it in this case. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v3: None > Changes in v2: None > > scripts/

[U-Boot] [PATCH v3 09/62] spl: Don't create a BSS padding when it is separate

2017-01-16 Thread Simon Glass
When BSS does not immediate follow the SPL image we don't need padding before the device tree. Remove it in this case. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: None scripts/Makefile.spl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) dif