commit | 0fa36a43bb26f97bb7b421878f4c9dbe435c0efa | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 28 08:56:37 2012 +0000 |
committer | Anatolij Gustschin <agust@denx.de> | Tue Oct 02 22:39:33 2012 +0200 |
tree | 39d8044fa76e189b0247efc2949895689c92542b | |
parent | 62d51e8ffe1f0e93bb2aff7f55a62338ca93d0c3 [diff] |
bootstage: Store boot timings in device tree Add an option, CONFIG_BOOTSTAGE_FDT to pass boot timings to the kernel in the device tree, if available. To use this, you must have CONFIG_OF_LIBFDT defined. Signed-off-by: Simon Glass <sjg@chromium.org>