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