summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-02-25 18:12:11 +0000
committerDave Chapman <dave@dchapman.com>2008-02-25 18:12:11 +0000
commit0380bec8aff48417256d12df162fb413d43506b6 (patch)
tree436de9852f83cad661f60a34afbe0dc704adcfd1
parent7b8bb470361a7cb25c118a575d2df03a61d242e5 (diff)
downloadrockbox-0380bec8aff48417256d12df162fb413d43506b6.tar.gz
rockbox-0380bec8aff48417256d12df162fb413d43506b6.zip
ARCHOS has been renamed to MODELNAME (as of r16149)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16417 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/mkinfo.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkinfo.pl b/tools/mkinfo.pl
index 8d4e618fc6..ed2c2e695d 100755
--- a/tools/mkinfo.pl
+++ b/tools/mkinfo.pl
@@ -71,7 +71,7 @@ open(O, ">$output") || die "couldn't open $output for writing";
71 71
72# Variables identifying the target, that should remain the same as long 72# Variables identifying the target, that should remain the same as long
73# as the hardware is unmodified 73# as the hardware is unmodified
74printf O ("Target: %s\n", $ENV{'ARCHOS'}); 74printf O ("Target: %s\n", $ENV{'MODELNAME'});
75printf O ("Target id: %d\n", $ENV{'TARGET_ID'}); 75printf O ("Target id: %d\n", $ENV{'TARGET_ID'});
76printf O ("Target define: %s\n", $ENV{'TARGET'}); 76printf O ("Target define: %s\n", $ENV{'TARGET'});
77printf O ("Memory: %d\n", $ENV{'MEMORYSIZE'}); 77printf O ("Memory: %d\n", $ENV{'MEMORYSIZE'});