public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 4/8] am335x_evm: enable NAND support
Date: Tue, 30 Oct 2012 16:53:09 -0700	[thread overview]
Message-ID: <50906865.2010005@ti.com> (raw)
In-Reply-To: <1351637263-17464-5-git-send-email-ilya.yanok@cogentembedded.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/30/12 15:47, Ilya Yanok wrote:
> Enable NAND support for AM335X boards.
> 
> Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com> --- 
> include/configs/am335x_evm.h |   15 +++++++++++++++ 1 file changed,
> 15 insertions(+)
> 
> diff --git a/include/configs/am335x_evm.h
> b/include/configs/am335x_evm.h index 339d4bd..a89cdcd 100644 ---
> a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h 
> @@ -254,4 +254,19 @@ #define CONFIG_PHYLIB #define CONFIG_PHY_SMSC
> 
> +#define CONFIG_NAND +/* NAND support */ +#ifdef CONFIG_NAND 
> +#define CONFIG_CMD_NAND +#define CONFIG_NAND_OMAP_GPMC +#define
> GPMC_NAND_ECC_LP_x16_LAYOUT	1 +#define NAND_BASE			(0x08000000) 
> +#define CONFIG_SYS_NAND_ADDR		NAND_BASE	/* physical address */ +
> /* to access nand */

This is unused

> +#define CONFIG_SYS_NAND_BASE		NAND_BASE	/* physical address */

So just define this to 0x08000000

- -- 
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iQIcBAEBAgAGBQJQkGhlAAoJENk4IS6UOR1WbTgP/ir7Qqw6MSIX6nhe+tHH2Jn+
g7J5zMSFYrSrv5dCfVGKukYRoYf7ed9sMrGQJruviSpcm0NEt7HOak9MOd4n7zyk
mUSRwe8F9scoJ4X36+Ld53UoeVerk4ZS6qPKdBFMelaiDCNLhvhTfueEIdIrQkJO
AJ7+A9baa41zUID0cCoT2KDvFZGpdnVym+D22VjYhELakbdLPvopPyuEAAAS4YuK
PANH1ZsZH+gQiyghEL2FWZv9WrlZdcioe94J6vlV6rZBZGm/88hsKLFGQs+lI1NI
eAhN61y/4H8Y5+0uODws5JVFDh2Svdi1vjac21y2udnW4S65db9O7+v4xeMI/AKZ
MGEop7s38lYNGaRtNW7805iirMPl8NcIKPZFX5GMwe9QaYYliKGGrZNKD1hbErtj
6PdkAKJRisTW474RWGsg6jS3OZnVC6cnLyViO7NIGBuoSWn50g8u0EpxG8nA2ueC
kTdo8bFz8dVRGhrJK4KjXTsl8Ut+tPZ2M3XFGzsV3f5faF/DV1v63t81UWzZjQKG
tGyV4lWozfVeZgwRfMQoKmgsDmho3a6pTzRNhSwerom5bYURyLM+unwK3MHPFwFj
5HQiwiekLDopftmoOIl6mdvbpVDmMMUhfdosYOvEBz6yHCrZUt86VoQgHOCQzeXk
b/ngO5LTWHh+Gf2r7xsU
=uwkX
-----END PGP SIGNATURE-----

  reply	other threads:[~2012-10-30 23:53 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-30 22:47 [U-Boot] [PATCH v1 0/8] NAND support for AM33XX Ilya Yanok
2012-10-30 22:47 ` [U-Boot] [PATCH v1 1/8] OMAP: include sys_proto.h from boot-common Ilya Yanok
2012-10-30 22:47 ` [U-Boot] [PATCH v1 2/8] am335x_evm: add nand pinmux definition Ilya Yanok
2012-10-30 23:45   ` Tom Rini
2012-10-30 22:47 ` [U-Boot] [PATCH v1 3/8] am33xx: NAND support Ilya Yanok
2012-10-30 23:51   ` Tom Rini
2012-10-30 22:47 ` [U-Boot] [PATCH v1 4/8] am335x_evm: enable " Ilya Yanok
2012-10-30 23:53   ` Tom Rini [this message]
2012-10-30 22:47 ` [U-Boot] [PATCH v1 5/8] am33xx: add ELM support Ilya Yanok
2012-10-30 23:54   ` Tom Rini
2012-10-30 22:47 ` [U-Boot] [PATCH v1 6/8] omap_gpmc: BCH8 support (ELM based) Ilya Yanok
2012-10-30 22:47 ` [U-Boot] [PATCH v1 7/8] am33xx_spl_bch: simple SPL nand loader for AM33XX Ilya Yanok
2012-10-31  0:03   ` Tom Rini
2012-11-03 16:21     ` Ilya Yanok
2012-11-05 16:57       ` Tom Rini
2012-10-30 22:47 ` [U-Boot] [PATCH v1 8/8] am335x_evm: enable SPL NAND support Ilya Yanok

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=50906865.2010005@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox