Re: [U-Boot] [PATCH v2 4/7] Add bootgraph instrumentation for ARM boards

2011-10-06 Thread Wolfgang Denk
Dear Andrew Murray, In message <1315658227-4388-4-git-send-email-amur...@theiet.org> you wrote: > From: Andrew Murray > > This patch adds bootgraph instrumentation for ARM boards. > --- > Changes for v2: > - Use improvde DO_INITCALL_RET macro > - Fix compiler warnings > > Signed-off

Re: [U-Boot] [PATCH v2 4/7] Add bootgraph instrumentation for ARM boards

2011-09-17 Thread Mike Frysinger
On Saturday, September 10, 2011 08:37:04 Andrew Murray wrote: > +#if defined(CONFIG_BOOT_TRACE) > + printf("completed relocate to ram\n"); > +#endif looks like you should have a boot trace printf helper to avoid having to put ifdef's around all of these printf call sites -mike signature.asc

[U-Boot] [PATCH v2 4/7] Add bootgraph instrumentation for ARM boards

2011-09-10 Thread Andrew Murray
From: Andrew Murray This patch adds bootgraph instrumentation for ARM boards. --- Changes for v2: - Use improvde DO_INITCALL_RET macro - Fix compiler warnings Signed-off-by: Andrew Murray --- arch/arm/lib/board.c | 26 +- 1 files changed, 17 insertions