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 1/2] powerpc/p1022ds: add support for SPI and SD boot
Date: Fri, 18 May 2012 11:44:39 -0500	[thread overview]
Message-ID: <4FB67C77.2080704@freescale.com> (raw)
In-Reply-To: <1337357058-30322-1-git-send-email-timur@freescale.com>

On 05/18/2012 11:04 AM, Timur Tabi wrote:
> +#elif defined(CONFIG_NAND_U_BOOT)
> +#define CONFIG_ENV_IS_IN_NAND
> +#define CONFIG_ENV_SIZE		CONFIG_SYS_NAND_BLOCK_SIZE
> +#define CONFIG_ENV_OFFSET	((512 * 1024) + CONFIG_SYS_NAND_BLOCK_SIZE)
> +#define CONFIG_ENV_RANGE	(3 * CONFIG_ENV_SIZE)

What's this doing in the SPI/SD patch?

-Scott

  parent reply	other threads:[~2012-05-18 16:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-18 16:04 [U-Boot] [PATCH 1/2] powerpc/p1022ds: add support for SPI and SD boot Timur Tabi
2012-05-18 16:04 ` [U-Boot] [PATCH 2/2] powerpc/p1022ds: Add support for NAND and NAND boot Timur Tabi
2012-05-18 16:45   ` Scott Wood
2012-05-18 17:08     ` Timur Tabi
2012-05-18 18:17       ` McClintock Matthew-B29882
2012-05-18 16:44 ` Scott Wood [this message]
2012-05-24  2:35   ` [U-Boot] [PATCH 1/2] powerpc/p1022ds: add support for SPI and SD boot McClintock Matthew-B29882
2012-08-09  0:24 ` Andy Fleming

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=4FB67C77.2080704@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.