Re: [U-Boot] [PATCH v2 0/5] consolidate hang()

2013-04-18 Thread Wolfgang Denk
Dear Andreas, In message <1366196568-23008-1-git-send-email-andreas.de...@googlemail.com> you wrote: > > Andreas Bießmann (5): > microblaze: fix style in board.c > nios2: fix style in board.c. > mx31pdk: add CONFIG_SPL_LIBGENERIC_SUPPORT > tx25: add CONFIG_SPL_LIBGENERIC_SUPPORT > lib:

[U-Boot] [PATCH v2 0/5] consolidate hang()

2013-04-17 Thread Andreas Bießmann
This series started with intention to make a hung board visualize the (end-)user that it does hang(). The first approach was to make all the different hang() functions weak and provide board specific versions to implement the 'visualization' there. After some discussion it turned out, that there is