All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Benard <eric@eukrea.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 3/3] Add NAND to EUKREA CPUIMX27 defconfig
Date: Wed, 15 Jul 2009 17:18:41 +0200	[thread overview]
Message-ID: <1247671121-5160-3-git-send-email-eric@eukrea.com> (raw)
In-Reply-To: <1247671121-5160-2-git-send-email-eric@eukrea.com>

Signed-off-by: Eric Benard <eric@eukrea.com>
---
 arch/arm/configs/eukrea_cpuimx27_defconfig |   10 ++++++++--
 board/eukrea_cpuimx27/eukrea_cpuimx27.c    |    1 +
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/arch/arm/configs/eukrea_cpuimx27_defconfig b/arch/arm/configs/eukrea_cpuimx27_defconfig
index 6402278..465db18 100644
--- a/arch/arm/configs/eukrea_cpuimx27_defconfig
+++ b/arch/arm/configs/eukrea_cpuimx27_defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # U-Boot version: 2.0.0-rc9
-# Wed Jul 15 16:05:10 2009
+# Wed Jul 15 16:06:14 2009
 #
 CONFIG_ARCH_TEXT_BASE=0xa0000000
 CONFIG_BOARDINFO="Eukrea CPUIMX27"
@@ -151,6 +151,7 @@ CONFIG_CMD_MTEST=y
 # flash                         
 #
 CONFIG_CMD_FLASH=y
+CONFIG_CMD_NAND=y
 
 #
 # booting                       
@@ -209,7 +210,12 @@ CONFIG_DRIVER_CFI=y
 # CONFIG_DRIVER_CFI_NEW is not set
 CONFIG_DRIVER_CFI_OLD=y
 CONFIG_CFI_BUFFER_WRITE=y
-# CONFIG_NAND is not set
+CONFIG_NAND=y
+CONFIG_NAND_IMX=y
+# CONFIG_NAND_IMX_BOOT is not set
+# CONFIG_MTD_NAND_VERIFY_WRITE is not set
+# CONFIG_MTD_NAND_ECC_SMC is not set
+CONFIG_MTD_NAND_IDS=y
 # CONFIG_USB is not set
 
 #
diff --git a/board/eukrea_cpuimx27/eukrea_cpuimx27.c b/board/eukrea_cpuimx27/eukrea_cpuimx27.c
index 49c2f73..c87805f 100644
--- a/board/eukrea_cpuimx27/eukrea_cpuimx27.c
+++ b/board/eukrea_cpuimx27/eukrea_cpuimx27.c
@@ -75,6 +75,7 @@ static struct device_d fec_dev = {
 struct imx_nand_platform_data nand_info = {
 	.width = 1,
 	.hw_ecc = 1,
+	.is2k = 1,
 };
 
 static struct device_d nand_dev = {
-- 
1.6.0.4

  reply	other threads:[~2009-07-15 15:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-15 15:18 [U-Boot] [PATCH v2 1/3] Add Eukrea CPUIMX27 support Eric Benard
2009-07-15 15:18 ` [U-Boot] [PATCH v2 2/3] Fix 2k page size NAND for iMX27 Eric Benard
2009-07-15 15:18   ` Eric Benard [this message]
2009-07-16 19:54   ` Scott Wood
2009-07-17  6:06     ` Eric Bénard
2009-07-31 22:23   ` Scott Wood
2009-08-01  6:28     ` Eric Bénard
2009-08-03 15:38       ` Scott Wood
2009-07-16  7:48 ` [U-Boot] [PATCH v2 1/3] Add Eukrea CPUIMX27 support Sascha Hauer

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=1247671121-5160-3-git-send-email-eric@eukrea.com \
    --to=eric@eukrea.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.