[U-Boot] [RFC PATCH v2 15/15] bootstage: arm: Add bootstage calls in board and bootm

Mike Frysinger vapier at gentoo.org
Sun Jan 8 09:36:29 CET 2012


On Saturday 10 December 2011 16:08:07 Simon Glass wrote:
> --- a/arch/arm/lib/bootm.c
> +++ b/arch/arm/lib/bootm.c
>
>  static void announce_and_cleanup(void)
>  {
>  	printf("\nStarting kernel ...\n\n");
> +	bootstage_mark_name(BOOTSTAGE_ID_BOOTM_HANDOFF, "start_kernel");
> +#ifdef CONFIG_BOOTSTAGE_REPORT
> +	bootstage_report();
> +#endif

shouldn't the header make bootstage_report() into a stub when 
CONFIG_BOOTSTAGE_REPORT isn't defined ?  then you won't need the ifdef 
protection here.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120108/8bd632a9/attachment.pgp>


More information about the U-Boot mailing list