diff options
Diffstat (limited to 'boot-scr/replicant-boot.txt')
-rw-r--r-- | boot-scr/replicant-boot.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot-scr/replicant-boot.txt b/boot-scr/replicant-boot.txt index 8543380e1..0786c78f8 100644 --- a/boot-scr/replicant-boot.txt +++ b/boot-scr/replicant-boot.txt @@ -1,4 +1,4 @@ -VERSION=01 +VERSION=0001 STATUS=OK setenv loadaddr 0x80300000 @@ -11,7 +11,7 @@ setenv status_load_er 'status set 8' echo "Replicant GTA04 boot.scr" -if test "${replicant_bootscr_version}" != "${VERSION}" +if test "${replicant_bootscr_version}" != "${VERSION}" || status check 1 then run status_flashing |