
Hi Marcel,
On 6 July 2015 at 02:20, Marcel Ziswiler marcel@ziswiler.com wrote:
From: Marcel Ziswiler marcel.ziswiler@toradex.com
Allow detecting whether or not U-Boot was launched through the recovery mode of the resp. NVIDIA SoC.
Out of interest, is this just a message for the user? Why is it useful?
Make use of a board specific arch_misc_init() and enable the same via CONFIG_ARCH_MISC_INIT configuration option.
While at it also sort the include files alphabetically (while leaving common.h on top of course).
While at it also streamline some comments in the configuration files and fix the spacing from using spaces to tabs.
Changes look fine, but clean-up should be in a separate patch as it is unrelated.
Signed-off-by: Marcel Ziswiler marcel.ziswiler@toradex.com
board/toradex/apalis_t30/apalis_t30.c | 15 ++++++++++++++- board/toradex/colibri_t20/colibri_t20.c | 12 ++++++++++++ board/toradex/colibri_t30/colibri_t30.c | 18 +++++++++++++++--- include/configs/apalis_t30.h | 10 +++++++--- include/configs/colibri_t20.h | 14 +++++++++----- include/configs/colibri_t30.h | 10 +++++++--- 6 files changed, 64 insertions(+), 15 deletions(-)
Regards, Simon