Dear Simon Glass,

In message <1318790446-24792-3-git-send-email-...@chromium.org> you wrote:
> This changes the number 15 as used in boot_stage_progress() to use the
> new name provided for it,
> 
> Signed-off-by: Simon Glass <s...@chromium.org>
...

> -     show_boot_progress (15);
> +     show_boot_progress(BOOTSTAGE_ID_RUN_OS);

To maintain consistent operation of the show_boot_progress()
implementation, you should also replace all ocurrances of

        show_boot_progress(-15);
with
        show_boot_progress(-BOOTSTAGE_ID_RUN_OS);


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
I was playing poker the other night... with Tarot cards. I got a full
house and 4 people died.                              - Steven Wright
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to