All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] da850_am18xxevm: Add CONFIG_SPI_FLASH_STMICRO to the board config
Date: Thu, 15 Dec 2011 07:45:53 -0700	[thread overview]
Message-ID: <4EEA0821.4080603@ti.com> (raw)
In-Reply-To: <1323934284-31437-1-git-send-email-christian.riesch@omicron.at>

On 12/15/2011 12:31 AM, Christian Riesch wrote:
> The board config for the da850_am18xxevm board is missing
> the CONFIG_SPI_FLASH_STMICRO option and therefore the SPI flash
> on the AM1808 experimenter's kit could not be detected.
> 
> Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
> Cc: Tom Rini <trini@ti.com>
> ---
>  include/configs/da850_am18xxevm.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/da850_am18xxevm.h b/include/configs/da850_am18xxevm.h
> index 04961c6..354f045 100644
> --- a/include/configs/da850_am18xxevm.h
> +++ b/include/configs/da850_am18xxevm.h
> @@ -146,6 +146,7 @@
>  
>  #define CONFIG_SPI
>  #define CONFIG_SPI_FLASH
> +#define CONFIG_SPI_FLASH_STMICRO
>  #define CONFIG_SPI_FLASH_WINBOND
>  #define CONFIG_DAVINCI_SPI
>  #define CONFIG_SYS_SPI_BASE		DAVINCI_SPI1_BASE

After some internal digging to confirm, da850_am18xxevm.h should go away
and we should do da850_am18xxevm as just a boards.cfg option that uses
the da850evm.h file and sets CONFIG_DA850_AM18X_EVM.  Would you mind
doing the respin?  Thanks!

-- 
Tom

  reply	other threads:[~2011-12-15 14:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-15  7:31 [U-Boot] [PATCH] da850_am18xxevm: Add CONFIG_SPI_FLASH_STMICRO to the board config Christian Riesch
2011-12-15 14:45 ` Tom Rini [this message]
2011-12-15 16:20   ` Christian Riesch

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=4EEA0821.4080603@ti.com \
    --to=trini@ti.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.