summaryrefslogtreecommitdiffstats
path: root/board/ipe337/env/bin
diff options
context:
space:
mode:
Diffstat (limited to 'board/ipe337/env/bin')
-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
2 files changed, 2 insertions, 2 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