summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/mkinfo.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkinfo.pl b/tools/mkinfo.pl
index 8d4e618..ed2c2e6 100755
--- a/tools/mkinfo.pl
+++ b/tools/mkinfo.pl
@@ -71,7 +71,7 @@ open(O, ">$output") || die "couldn't open $output for writing";
# Variables identifying the target, that should remain the same as long
# as the hardware is unmodified
-printf O ("Target: %s\n", $ENV{'ARCHOS'});
+printf O ("Target: %s\n", $ENV{'MODELNAME'});
printf O ("Target id: %d\n", $ENV{'TARGET_ID'});
printf O ("Target define: %s\n", $ENV{'TARGET'});
printf O ("Memory: %d\n", $ENV{'MEMORYSIZE'});