All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/4] New board support: board dir tree files
Date: Fri, 31 Oct 2008 13:30:21 -0500	[thread overview]
Message-ID: <490B4EBD.5010906@freescale.com> (raw)
In-Reply-To: <201462.17669.qm@web83506.mail.sp1.yahoo.com>

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

      reply	other threads:[~2008-10-31 18:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-31 18:25 [U-Boot] [PATCH 3/4] New board support: board dir tree files Ron Madrid
2008-10-31 18:30 ` Scott Wood [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=490B4EBD.5010906@freescale.com \
    --to=scottwood@freescale.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.