summaryrefslogtreecommitdiffstats
path: root/board/ipe337/env
diff options
context:
space:
mode:
Diffstat (limited to 'board/ipe337/env')
-rw-r--r--board/ipe337/env/bin/init2
-rw-r--r--board/ipe337/env/bin/update_bareboxenv (renamed from board/ipe337/env/bin/update_ubootenv)2
-rw-r--r--board/ipe337/env/config4
3 files changed, 4 insertions, 4 deletions
diff --git a/board/ipe337/env/bin/init b/board/ipe337/env/bin/init
index 9ca41d6152..e864dc5a42 100644
--- a/board/ipe337/env/bin/init
+++ b/board/ipe337/env/bin/init
@@ -15,7 +15,7 @@ if [ $? != 0 ]; then
echo "Type update_system [<imagename>] to update rootfs into flash."
echo "Type update_application [<imagename>] to update applications into flash."
echo "Type update_persistent [<imagename>] to update persistent into flash."
- echo "Type update_ubootenv [<imagename>] to update ubootenv into flash (use with care!)."
+ echo "Type update_bareboxenv [<imagename>] to update bareboxenv into flash (use with care!)."
echo "Type reset_ageing to initialize the ageing partittion (use with care!)."
echo
exit
diff --git a/board/ipe337/env/bin/update_ubootenv b/board/ipe337/env/bin/update_bareboxenv
index 301072ff5e..b0a32c626b 100644
--- a/board/ipe337/env/bin/update_ubootenv
+++ b/board/ipe337/env/bin/update_bareboxenv
@@ -3,6 +3,6 @@
. /env/config
image=$envimage
-part=/dev/nor0.ubootenv
+part=/dev/nor0.bareboxenv
. /env/bin/_update $1
diff --git a/board/ipe337/env/config b/board/ipe337/env/config
index 39a47ff00b..7c5ee76e30 100644
--- a/board/ipe337/env/config
+++ b/board/ipe337/env/config
@@ -4,7 +4,7 @@
kernel=net
root=net
-# use 'dhcp' todo dhcp in uboot and in kernel
+# use 'dhcp' todo dhcp in barebox and in kernel
#ip=dhcp
eth0.ipaddr=192.168.23.164
@@ -23,5 +23,5 @@ autoboot_timeout=1
nfsroot="/ptx/work/octopus/wsa/svn/OSELAS.BSP-Pipetronix-ipe337-trunk/root"
bootargs="console=ttyBF0,115200"
-mtdparts="128k(uboot)ro,128k(ubootenv),128k(ageing),1280k(kernel0),1280k(kernel1),8704k(system0),8704k(system1),8320k(application),4096k(persistent)"
+mtdparts="128k(barebox)ro,128k(bareboxenv),128k(ageing),1280k(kernel0),1280k(kernel1),8704k(system0),8704k(system1),8320k(application),4096k(persistent)"
ageing=/dev/nor0.ageing