diff --git a/scripts/amlogic/merge_pre_check.pl b/scripts/amlogic/merge_pre_check.pl index cd171c572ad1..238aac08d738 100755 --- a/scripts/amlogic/merge_pre_check.pl +++ b/scripts/amlogic/merge_pre_check.pl @@ -118,7 +118,7 @@ sub check_msg_49 if( $lnum == 7 ) { - if( $line !~ /^(\s){4}PD\#(\d)+:(\s\w.*)*$/ ) + if( $line !~ /^(\s){4}PD\#(\d)+/ ) { $err_cnt += 1; $line =~ s/^(\s){4}//; diff --git a/scripts/amlogic/mk_dtb_gx.sh b/scripts/amlogic/mk_dtb_gx.sh old mode 100644 new mode 100755