Skip to content

Commit 1b55477

Browse files
authored
ci: only check mtk dtbs
1 parent 5a5b860 commit 1b55477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dtbs_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
pip install --upgrade pip
5555
pip install dtschema
5656
57-
- name: Run DT checks
57+
- name: Run DT binding checks
5858
shell: bash
5959
run: |
6060
set -o pipefail
@@ -77,7 +77,7 @@ jobs:
7777
make ${{ matrix.defconfig }} \
7878
2>&1 | tee $LOGDIR/defconfig_${{ matrix.arch }}.log
7979
80-
make dtbs_check \
80+
make dtbs_check DTB_FILES="arch/${ARCH}/boot/dts/mediatek/*.dtb \
8181
2>&1 | tee $LOGDIR/dtbs_check_${{ matrix.arch }}.log
8282
8383
- name: Upload logs

0 commit comments

Comments
 (0)