[U-Boot] [PATCH 3/4] New board support: board dir tree files

Scott Wood scottwood at freescale.com
Fri Oct 31 19:30:21 CET 2008


Ron Madrid wrote:
> +int board_early_init_f(void)
> +{
> +    volatile immap_t *im = (immap_t *)CFG_IMMR;
> +
> +    if (im->pmc.pmccr1 & PMCCR1_POWER_OFF)
> +        gd->flags |= GD_FLG_SILENT;
> +
> +    return 0;
> +}

You include this bit of suspend/resume support from mpc8313erdb, but not 
the rest.

-Scott


More information about the U-Boot mailing list