Skip to content

Commit 9835647

Browse files
committed
CI: installer: adjust u-boot DTS paths
Asahi's downstream u-boot switched to upstream DTS sourtces in asahi-v2026.04-1. Adjust the DTS source and DTB output path accordingly. Signed-off-by: Janne Grunau <[email protected]>
1 parent 0e88df7 commit 9835647

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/installer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
cp -f linux/arch/arm64/boot/dts/apple/*.dts \
7070
linux/arch/arm64/boot/dts/apple/*.dtsi \
7171
linux/arch/arm64/boot/dts/apple/*.h \
72-
u-boot/arch/arm/dts/
72+
u-boot/dts/upstream/src/arm64/apple/
7373
7474
- name: Build u-boot
7575
run: |
@@ -82,8 +82,8 @@ jobs:
8282
mkdir -p out/esp/m1n1/
8383
gzip -k u-boot/u-boot-nodtb.bin
8484
cat build/m1n1.bin \
85-
u-boot/arch/arm/dts/t60*.dtb \
86-
u-boot/arch/arm/dts/t81*.dtb \
85+
u-boot/dts/upstream/src/arm64/apple/t60*.dtb \
86+
u-boot/dts/upstream/src/arm64/apple/t81*.dtb \
8787
u-boot/u-boot-nodtb.bin.gz \
8888
> out/esp/m1n1/boot.bin
8989
cd out

0 commit comments

Comments
 (0)