Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Introduce a basic initcall implementation | Simon Glass | 2013-03-15 | -0/+39 |
This library supports calling a list of functions one after the other. It is intended that we move to a more powerful initcall implementation as proposed by Graeme Russ <graeme.russ@gmail.com>. For now, this allows us to do the basics. Signed-off-by: Simon Glass <sjg@chromium.org> |