From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 31 Oct 2008 13:30:21 -0500 Subject: [U-Boot] [PATCH 3/4] New board support: board dir tree files In-Reply-To: <201462.17669.qm@web83506.mail.sp1.yahoo.com> References: <201462.17669.qm@web83506.mail.sp1.yahoo.com> Message-ID: <490B4EBD.5010906@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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