All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] omap3: fix NAND support for mcx board
Date: Sun, 26 Jul 2015 15:04:30 +0200	[thread overview]
Message-ID: <55B4DADE.5020006@denx.de> (raw)
In-Reply-To: <CAOf5uwngV1atOaL-BG7hXe6BdK4f6P-mON+HwoeBGFLyopsajw@mail.gmail.com>

Hi Michael,

On 26/07/2015 14:49, Michael Trimarchi wrote:
> Hi Stefano
> 
> On Sun, Jul 26, 2015 at 2:32 PM, Stefano Babic <sbabic@denx.de> wrote:
>> mcx was not updated according to changes in
>> NAND driver.
>>
>> Signed-off-by: Stefano Babic <sbabic@denx.de>
>> ---
>>  include/configs/mcx.h | 3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/include/configs/mcx.h b/include/configs/mcx.h
>> index 0a7b7cf..d8766b9 100644
>> --- a/include/configs/mcx.h
>> +++ b/include/configs/mcx.h
>> @@ -309,7 +309,10 @@
>>   */
>>
>>  /* **** PISMO SUPPORT *** */
>> +#define CONFIG_NAND
>> +#define CONFIG_SYS_NAND_BUSWIDTH_16BIT 16
> 
> Well the define name and the value is really funny ;)
> 

You're right - funnier is that is common (I copied & paste from another
board):

include/configs/omap3_beagle.h:#define CONFIG_SYS_NAND_BUSWIDTH_16BIT	16
include/configs/am3517_crane.h:#define CONFIG_SYS_NAND_BUSWIDTH_16BIT	16
include/configs/omap3_zoom1.h:#define CONFIG_SYS_NAND_BUSWIDTH_16BIT	16
include/configs/omap3_overo.h:#define CONFIG_SYS_NAND_BUSWIDTH_16BIT	16
include/configs/dig297.h:#define CONFIG_SYS_NAND_BUSWIDTH_16BIT	16
include/configs/dra7xx_evm.h:#define CONFIG_SYS_NAND_BUSWIDTH_16BIT
include/configs/omap3_igep00x0.h:#define CONFIG_SYS_NAND_BUSWIDTH_16BIT	16
include/configs/omap3_logic.h:#define CONFIG_SYS_NAND_BUSWIDTH_16BIT	16
include/configs/tt01.h: * #define CONFIG_SYS_NAND_BUSWIDTH_16BIT
include/configs/omap3_pandora.h:#define CONFIG_SYS_NAND_BUSWIDTH_16BIT	16
include/configs/tao3530.h:#define CONFIG_SYS_NAND_BUSWIDTH_16BIT	16
include/configs/devkit8000.h:#define CONFIG_SYS_NAND_BUSWIDTH_16BIT	16
include/configs/tam3517-common.h:#define CONFIG_SYS_NAND_BUSWIDTH_16BIT	16
include/configs/omap3_evm_common.h:#define CONFIG_SYS_NAND_BUSWIDTH_16BIT	16


I drop it in V2, thanks.

Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

  reply	other threads:[~2015-07-26 13:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-26 12:32 [U-Boot] [PATCH 1/2] omap3: fix NAND support for mcx board Stefano Babic
2015-07-26 12:32 ` [U-Boot] [PATCH 2/2] mcx: add Ethernet over USB Stefano Babic
2015-07-26 12:49 ` [U-Boot] [PATCH 1/2] omap3: fix NAND support for mcx board Michael Trimarchi
2015-07-26 13:04   ` Stefano Babic [this message]
2015-07-26 13:07     ` Michael Trimarchi

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=55B4DADE.5020006@denx.de \
    --to=sbabic@denx.de \
    --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.