From e9a966e0ef432ca09db25de3c4dd7a7e8da6fdb7 Mon Sep 17 00:00:00 2001 From: Eric Bénard Date: Tue, 25 May 2010 17:35:33 +0200 Subject: eukrea_cpuimx25: update env MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Bénard Signed-off-by: Sascha Hauer --- board/eukrea_cpuimx25/env/bin/boot | 2 +- board/eukrea_cpuimx25/env/config | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'board') diff --git a/board/eukrea_cpuimx25/env/bin/boot b/board/eukrea_cpuimx25/env/bin/boot index 3311114a97..2d9b3af01c 100644 --- a/board/eukrea_cpuimx25/env/bin/boot +++ b/board/eukrea_cpuimx25/env/bin/boot @@ -32,7 +32,7 @@ if [ x$root = xjffs2 ]; then fi if [ x$root = xubifs ]; then - bootargs="$bootargs root=ubi0:root ubi.mtd=$rootpartnum_nand rootfstype=ubifs" + bootargs="$bootargs root=ubi0:$ubiroot ubi.mtd=$rootpartnum_nand rootfstype=ubifs" fi if [ x$root = xnet ]; then diff --git a/board/eukrea_cpuimx25/env/config b/board/eukrea_cpuimx25/env/config index eb5fcedb17..9217ca17be 100644 --- a/board/eukrea_cpuimx25/env/config +++ b/board/eukrea_cpuimx25/env/config @@ -2,7 +2,7 @@ # can be either 'net' or 'jffs2' or 'ubifs' kernel=nand -root=jffs2 +root=ubifs basedir=cpuimx25 uimage=$basedir/uImage @@ -15,12 +15,13 @@ bootargs="console=ttymxc0,115200" nand_parts="256k(barebox)ro,128k(bareboxenv),2176k(kernel),-(root)" rootpartnum_nand=3 +ubiroot="eukrea-cpuimx25-rootfs" # use 'dhcp' to do dhcp in barebox and in kernel -ip=dhcp +ip=off # or set your networking parameters here #eth0.ipaddr=a.b.c.d #eth0.netmask=a.b.c.d #eth0.gateway=a.b.c.d -eth0.serverip=192.168.1.15 +#eth0.serverip=a.b.c.d -- cgit v1.2.3