commit | 8445d00d0dad5b37c806cea11faa184100ac4912 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 14 15:24:44 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sun Mar 18 20:43:38 2012 +0100 |
tree | 1e3573b3845c321658e77b12ae8d5d7e2c2e0202 | |
parent | 4fa117c3014095e37fc9df6de45d015e212a3d9f [diff] |
bootstage: Create an initial header for boot progress integers 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 remove the explict numbers and just have the stages count up from 0. Signed-off-by: Simon Glass <sjg@chromium.org>