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 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 > --- > v2: Only invoke size once. > > MAKEALL |8 ++-- > 1 files changed

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 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 Acked-by: Tom Rini -- Tom ___ U-Boot mailing list U-B

[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 --- v2: Only invoke size once. MAKEALL |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/MAKEALL b/MAKEALL index 0f2b4a1..c33be1