diff options
| author | Tom Rini <trini@ti.com> | 2012-10-15 13:37:22 -0700 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2012-10-15 13:37:22 -0700 | 
| commit | bd23b22badadcdc414a900828253961fc5ec6c39 (patch) | |
| tree | d2b07b9d465636be6c3dc530381d4bce32146c1b /arch/arm/lib | |
| parent | 06134211eee0a4776ab262cbbd8cfb55e74f4295 (diff) | |
| parent | 996e95d49d482d439b0a9fb8f7a58ce76463e5b9 (diff) | |
| download | olio-uboot-2014.01-bd23b22badadcdc414a900828253961fc5ec6c39.tar.xz olio-uboot-2014.01-bd23b22badadcdc414a900828253961fc5ec6c39.zip | |
Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging
Diffstat (limited to 'arch/arm/lib')
| -rw-r--r-- | arch/arm/lib/bootm.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c index a9070d544..37476cc90 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 |