Re: [U-Boot] [PATCH v2] MAKEALL: display SPL size if present

2012-03-26 Thread Anatolij Gustschin
Hello Scott, On Mon, 20 Feb 2012 16:56:25 -0600 Scott Wood scottw...@freescale.com wrote: This makes it easier to detect changes in the SPL portion, as can currently be done for the main U-Boot image. Signed-off-by: Scott Wood scottw...@freescale.com --- v2: Only invoke size once.

Re: [U-Boot] [PATCH v2] MAKEALL: display SPL size if present

2012-02-23 Thread Tom Rini
On Mon, Feb 20, 2012 at 3:56 PM, Scott Wood scottw...@freescale.com wrote: This makes it easier to detect changes in the SPL portion, as can currently be done for the main U-Boot image. Signed-off-by: Scott Wood scottw...@freescale.com Acked-by: Tom Rini tr...@ti.com -- Tom

[U-Boot] [PATCH v2] MAKEALL: display SPL size if present

2012-02-20 Thread Scott Wood
This makes it easier to detect changes in the SPL portion, as can currently be done for the main U-Boot image. Signed-off-by: Scott Wood scottw...@freescale.com --- v2: Only invoke size once. MAKEALL |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/MAKEALL