[U-Boot] [PATCH 2/2] bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()

Wolfgang Denk wd at denx.de
Sun Oct 23 20:44:00 CEST 2011


Dear Simon Glass,

In message <1318790446-24792-3-git-send-email-sjg at 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 <sjg at 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: wd at denx.de
I was playing poker the other night... with Tarot cards. I got a full
house and 4 people died.                              - Steven Wright


More information about the U-Boot mailing list