diff -r a370015021c1 -r 8f26271e902e common/tools/ats/ats_specialise_test_drop.pl --- a/common/tools/ats/ats_specialise_test_drop.pl Fri May 07 10:14:46 2010 +0100 +++ b/common/tools/ats/ats_specialise_test_drop.pl Wed May 12 12:42:35 2010 +0100 @@ -141,8 +141,8 @@ $test_drop->{'test'}->{'buildid'}->[0] = $build_id, if $build_id; # Insert the path to the ROM image if ($image_path) { - $test_drop->{'test'}->{'plan'}->[0]->{'flash'}->[0]; - my $flash_params = $test_drop->{'test'}->{'plan'}->[0]->{'flash'}; + $test_drop->{'test'}->{'plan'}->[0]->{'flash'}->[0]; + my $flash_params = $test_drop->{'test'}->{'plan'}->[0]->{'flash'}; $flash_params->[0] = { 'target-alias' => $test_target, 'images' => $image_path }; }