summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-10-15 13:37:22 -0700
committerTom Rini <trini@ti.com>2012-10-15 13:37:22 -0700
commitbd23b22badadcdc414a900828253961fc5ec6c39 (patch)
treed2b07b9d465636be6c3dc530381d4bce32146c1b /arch
parent06134211eee0a4776ab262cbbd8cfb55e74f4295 (diff)
parent996e95d49d482d439b0a9fb8f7a58ce76463e5b9 (diff)
downloadblackbird-obmc-uboot-bd23b22badadcdc414a900828253961fc5ec6c39.tar.gz
blackbird-obmc-uboot-bd23b22badadcdc414a900828253961fc5ec6c39.zip
Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/lib/bootm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c
index a9070d5445..37476cc90d 100644
--- a/arch/arm/lib/bootm.c
+++ b/arch/arm/lib/bootm.c
@@ -96,6 +96,9 @@ static void announce_and_cleanup(void)
{
printf("\nStarting kernel ...\n\n");
bootstage_mark_name(BOOTSTAGE_ID_BOOTM_HANDOFF, "start_kernel");
+#ifdef CONFIG_BOOTSTAGE_FDT
+ bootstage_fdt_add_report();
+#endif
#ifdef CONFIG_BOOTSTAGE_REPORT
bootstage_report();
#endif
OpenPOWER on IntegriCloud