]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootstage: Create an initial header for boot progress integers
authorSimon Glass <sjg@chromium.org>
Sat, 14 Jan 2012 15:24:44 +0000 (15:24 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 18 Mar 2012 19:43:38 +0000 (20:43 +0100)
commit097e17836d9e8d3f5abb5987f8ac706168d1c2ec
tree1e3573b3845c321658e77b12ae8d5d7e2c2e0202
parent6eee21daf3d1cabad8a4dfaf6641d8845ee7578a
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>
include/bootstage.h [new file with mode: 0644]
include/common.h