public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] EUKREA CPUIMX27 : update boot script
@ 2009-07-18 14:26 Eric Benard
  2009-07-18 15:08 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Benard @ 2009-07-18 14:26 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-18 17:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-18 14:26 [U-Boot] [PATCH] EUKREA CPUIMX27 : update boot script Eric Benard
2009-07-18 15:08 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-18 17:35   ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox