From fe2f6965e454d6ddb012fb5745f9ac70548ea84d Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Wed, 30 Jan 2013 19:56:02 +0100 Subject: renamed variable gta04 which is used to detect a new script version for flashing to scriptversion --- boot-scr/boot.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boot-scr/boot.txt b/boot-scr/boot.txt index 0d876bf..faa45af 100644 --- a/boot-scr/boot.txt +++ b/boot-scr/boot.txt @@ -4,7 +4,7 @@ # Boot script for Beagle Hybrid / Panda Hybrid / GTA04 # # Author: H. Nikolaus Schaller -# Copyright Golden Delicious Computers 2010-2012 +# Copyright Golden Delicious Computers 2010-2013 # licensed under GPL 2.0 # # @@ -42,7 +42,7 @@ status set 8 # give fast feedback that U-Boot did start (red power led) # we have to add an "x" because the test command treats empty string as equal to anything -if test "x${gta04}" != "x${VERSION}" +if test "x${scriptversion}" != "x${VERSION}" then # set up default environment @@ -168,7 +168,7 @@ if test "x${gta04}" != "x${VERSION}" setenv bootscript 'echo Running bootscript ...; source ${bootaddr}' # write script version number permanently - setenv gta04 "${VERSION}" + setenv scriptversion "${VERSION}" flash=yes # trigger flashing fi -- cgit v1.1