Skip to content

Commit c9163be

Browse files
pelwellpopcornmix
authored andcommitted
workflows: Use bcm2709_defconfig for dtoverlaycheck
Now that ARCH=arm bcm2711_defconfig has been deleted, update dtoverlaycheck to use bcm2709_defconfig. Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent 5315154 commit c9163be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dtoverlaycheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
sudo make install
4444
cd ${{github.workspace}}
4545
pwd
46-
make ARCH=arm KERNEL=kernel CROSS_COMPILE=arm-linux-gnueabihf- bcm2711_defconfig
46+
make ARCH=arm KERNEL=kernel CROSS_COMPILE=arm-linux-gnueabihf- bcm2709_defconfig
4747
make ARCH=arm KERNEL=kernel CROSS_COMPILE=arm-linux-gnueabihf- dtbs
4848
${{env.UTILS_DIR}}/overlaycheck/overlaycheck

0 commit comments

Comments
 (0)