On Saturday 10 December 2011 16:07:56 Simon Glass wrote:
> --- a/include/bootstage.h
> +++ b/include/bootstage.h
>
>  enum bootstage_id {
> +     BOOTSTAGE_ID_START,
> +     BOOTSTAGE_ID_CHECK_MAGIC,       /* Checking image magic */
> +     BOOTSTAGE_ID_CHECK_HEADER,      /* Checking image header */
> +     BOOTSTAGE_ID_CHECK_CHECKSUM,    /* Checking image checksum */
> +     BOOTSTAGE_ID_CHECK_ARCH,        /* Checking architecture */

i know it's unlikely to ever change, but this would be good to be explicit:
        BOOTSTAGE_ID_START = 0,
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to