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

2012-02-11 Thread Wolfgang Denk
Dear Scott Wood, In message <20120105231610.ga10...@schlenkerla.am.freescale.net> you 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 > --- > MAKEALL |5 + > 1 files changed, 5 insert

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

2012-01-05 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 --- MAKEALL |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/MAKEALL b/MAKEALL index f735af6..395e982 100755 --- a/MAKEALL +++ b/MA