[U-Boot] [PATCH] EUKREA CPUIMX27 : update boot script

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

On 16:26 Sat 18 Jul , Eric Benard wrote:
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(-)
could you specify that it's for u-boot-v2 in the subject? as [U-BOOT-V2]
Best Regards, J.

Dear Jean-Christophe PLAGNIOL-VILLARD,
In message 20090718150811.GD30699@game.jcrosoft.org you wrote:
(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(-)
could you specify that it's for u-boot-v2 in the subject? as [U-BOOT-V2]
I find this mix of unrelated patches pretty much confusing, too.
How about creating a separate list for "u-boot-v2" related patches? It's trivial to me to set up, but I'd like to hear other opinions first.
Best regards,
Wolfgang Denk
participants (3)
-
Eric Benard
-
Jean-Christophe PLAGNIOL-VILLARD
-
Wolfgang Denk