aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Thorlacius2019-04-08 02:00:58 -0500
committerStefan Thorlacius2019-04-08 02:00:58 -0500
commitd732bc6bd098fd059b924e1f3fd71d632934e98b (patch)
tree49ae6620e26b372e6d6fe1681ea11e074d8ee5e8 /am57xx_generate_pin_config_data.pl
parentfbe3ce5f210a33f61cd762610dec969dd5f8c7a2 (diff)
downloadam57xx_uboot_pin_config-d732bc6bd098fd059b924e1f3fd71d632934e98b.tar.gz
am57xx_uboot_pin_config-d732bc6bd098fd059b924e1f3fd71d632934e98b.tar.xz
am57xx_uboot_pin_config-d732bc6bd098fd059b924e1f3fd71d632934e98b.zip
Added pin ball name to the comment sectionHEADmaster
Diffstat (limited to 'am57xx_generate_pin_config_data.pl')
-rwxr-xr-xam57xx_generate_pin_config_data.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/am57xx_generate_pin_config_data.pl b/am57xx_generate_pin_config_data.pl
index 4ee7331..24d61ee 100755
--- a/am57xx_generate_pin_config_data.pl
+++ b/am57xx_generate_pin_config_data.pl
@@ -302,7 +302,7 @@ sub operation_iopad()
302 printf " | VIRTUAL_MODE$val_virtual_mode"; 302 printf " | VIRTUAL_MODE$val_virtual_mode";
303 } 303 }
304 } 304 }
305 printf(")},\t/* $mux0.$mux */\n"); 305 printf(")},\t/* $ball_name $mux0.$mux */\n");
306 } 306 }
307 307
308 foreach $register ( sort keys %alt_pad_array ) { 308 foreach $register ( sort keys %alt_pad_array ) {