From: Eric Benard <eric@eukrea.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] EUKREA CPUIMX27 : update boot script
Date: Sat, 18 Jul 2009 16:26:30 +0200 [thread overview]
Message-ID: <1247927190-30862-1-git-send-email-eric@eukrea.com> (raw)
Update bootargs's mtdparts to be able to use latest kernel
(imx_nand renamed to mxc_nand)
Signed-off-by: Eric Benard <ebenard@eukrea.com>
---
board/eukrea_cpuimx27/env/bin/boot | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/eukrea_cpuimx27/env/bin/boot b/board/eukrea_cpuimx27/env/bin/boot
index dfb59aa..7bbff2d 100644
--- a/board/eukrea_cpuimx27/env/bin/boot
+++ b/board/eukrea_cpuimx27/env/bin/boot
@@ -31,7 +31,7 @@ else
bootargs="$bootargs root=/dev/nfs nfsroot=$eth0.serverip:$nfsroot,v3,tcp"
fi
-bootargs="$bootargs mtdparts=physmap-flash.0:$nor_parts;imx_nand:$nand_parts"
+bootargs="$bootargs mtdparts=physmap-flash.0:$nor_parts;mxc_nand:$nand_parts"
if [ $kernel = net ]; then
if [ x$ip = xdhcp ]; then
--
1.6.0.4
next reply other threads:[~2009-07-18 14:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-18 14:26 Eric Benard [this message]
2009-07-18 15:08 ` [U-Boot] [PATCH] EUKREA CPUIMX27 : update boot script Jean-Christophe PLAGNIOL-VILLARD
2009-07-18 17:35 ` Wolfgang Denk
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=1247927190-30862-1-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox