Dear Simon Glass, In message <[email protected]> you wrote: > Signed-off-by: Simon Glass <[email protected]> > --- > > arch/powerpc/lib/board.c | 2 +- > arch/sparc/lib/board.c | 2 +- > arch/x86/lib/board.c | 18 +++++++++--------- > board/hermes/hermes.c | 4 +++- > board/pcs440ep/pcs440ep.c | 3 ++- > include/bootstage.h | 25 +++++++++++++++++++++++++ > post/post.c | 4 ++-- > 7 files changed, 43 insertions(+), 15 deletions(-)
Applied, thanks. Note: this patch did not apply at all to arch/x86/lib/board.c ; this is due to commit d47ab0e "x86: Split init functions out of board.c". Graeme: it seems that with this patch you removed all boot progress support from the x86 code; that's a pity, and it will make unifying the code woth other architectures even more painful. At the moment there was nothing I could do, so I simply ignored this file. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] Every revolutionary idea - in science, politics, art, or whatever - evokes three stages of reaction in a hearer: 1. It is completely impossible - don't waste my time. 2. It is possible, but it is not worth doing. 3. I said it was a good idea all along. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

