commit | ef980a782d621315e4c4817c6bf53fd1caf83301 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 13 13:51:21 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sun Mar 18 21:43:17 2012 +0100 |
tree | 85217517391aed95264cf6bb9b8dd4186eaa1ffd | |
parent | 768cbf06b59c2f9dde9953e8d48020528128a656 [diff] |
bootstage: arm: Add bootstage calls in board and bootm Add calls to bootstage before and after relocation, and just before jumping to the OS. The idea here is you can call bootstage_report() to get a report. Additionally, if you define CONFIG_BOOTSTAGE_REPORT then a report is printed automatically by U-Boot just before jumping to the kernel. Signed-off-by: Simon Glass <sjg@chromium.org>