Re: [U-Boot] [PATCH v3 01/15] bootstage: Create an initial header for boot progress integers

2012-03-18 Thread Wolfgang Denk
Dear Simon Glass, In message 1326590698-7767-2-git-send-email-...@chromium.org you wrote: At present boot_stage_progress() is called with various magic numbers. The new bootstage.h header will be used to turn these into symbolic names throughout the code. The intent is not that these

[U-Boot] [PATCH v3 01/15] bootstage: Create an initial header for boot progress integers

2012-01-14 Thread Simon Glass
At present boot_stage_progress() is called with various magic numbers. The new bootstage.h header will be used to turn these into symbolic names throughout the code. The intent is not that these numbers are passed to Linux. In fact by using an enum to track them we should eventually be able to