From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Cc: Patrice Vilchez <patrice.vilchez@atmel.com>,
Nicolas Ferre <nicolas.ferre@atmel.com>
Subject: [PATCH 2/3] at91: fix missing nand_device in board config in board that nand
Date: Fri, 11 Mar 2011 02:10:40 +0100 [thread overview]
Message-ID: <1299805841-23710-2-git-send-email-plagnioj@jcrosoft.com> (raw)
In-Reply-To: <1299805841-23710-1-git-send-email-plagnioj@jcrosoft.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Patrice Vilchez <patrice.vilchez@atmel.com>
---
arch/arm/boards/at91sam9261ek/env/config | 1 +
arch/arm/boards/at91sam9263ek/env/config | 1 +
arch/arm/boards/at91sam9m10g45ek/env/config | 1 +
arch/arm/boards/pm9g45/env/config | 1 +
4 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/arm/boards/at91sam9261ek/env/config b/arch/arm/boards/at91sam9261ek/env/config
index 1203705..b8ca18d 100644
--- a/arch/arm/boards/at91sam9261ek/env/config
+++ b/arch/arm/boards/at91sam9261ek/env/config
@@ -29,6 +29,7 @@ kernelimage=uImage
#kernelimage_type=raw_lzo
#kernelimage=Image.lzo
+nand_device=atmel_nand
nand_parts="256k(barebox)ro,64k(bareboxenv),1536k(kernel),-(root)"
rootfs_mtdblock_nand=3
diff --git a/arch/arm/boards/at91sam9263ek/env/config b/arch/arm/boards/at91sam9263ek/env/config
index 25036af..f1cb751 100644
--- a/arch/arm/boards/at91sam9263ek/env/config
+++ b/arch/arm/boards/at91sam9263ek/env/config
@@ -29,6 +29,7 @@ kernelimage=uImage
#kernelimage_type=raw_lzo
#kernelimage=Image.lzo
+nand_device=atmel_nand
nand_parts="256k(barebox)ro,64k(bareboxenv),1536k(kernel),-(root)"
rootfs_mtdblock_nand=3
diff --git a/arch/arm/boards/at91sam9m10g45ek/env/config b/arch/arm/boards/at91sam9m10g45ek/env/config
index 1203705..b8ca18d 100644
--- a/arch/arm/boards/at91sam9m10g45ek/env/config
+++ b/arch/arm/boards/at91sam9m10g45ek/env/config
@@ -29,6 +29,7 @@ kernelimage=uImage
#kernelimage_type=raw_lzo
#kernelimage=Image.lzo
+nand_device=atmel_nand
nand_parts="256k(barebox)ro,64k(bareboxenv),1536k(kernel),-(root)"
rootfs_mtdblock_nand=3
diff --git a/arch/arm/boards/pm9g45/env/config b/arch/arm/boards/pm9g45/env/config
index 1203705..b8ca18d 100644
--- a/arch/arm/boards/pm9g45/env/config
+++ b/arch/arm/boards/pm9g45/env/config
@@ -29,6 +29,7 @@ kernelimage=uImage
#kernelimage_type=raw_lzo
#kernelimage=Image.lzo
+nand_device=atmel_nand
nand_parts="256k(barebox)ro,64k(bareboxenv),1536k(kernel),-(root)"
rootfs_mtdblock_nand=3
--
1.7.4.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2011-03-11 1:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-11 1:10 [PATCH 1/3] defaultenv: add kernel_loc nfs and tftp support Jean-Christophe PLAGNIOL-VILLARD
2011-03-11 1:10 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2011-03-11 1:10 ` [PATCH 3/3] at91sam9261ek: fix env location and size Jean-Christophe PLAGNIOL-VILLARD
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=1299805841-23710-2-git-send-email-plagnioj@jcrosoft.com \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.org \
--cc=nicolas.ferre@atmel.com \
--cc=patrice.vilchez@atmel.com \
/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