Skip to content

Commit 5d9caf1

Browse files
authored
Merge pull request #21 from quic-khuzuri/latest
Added support for qcs8300 and qcs9100 dt
2 parents 4cfafa7 + b11b47c commit 5d9caf1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

kernel/scripts/build_kernel.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ kpath=$BUILD_TOP/qcom-next/arch/arm64/boot
1515
CRD_DTB=$kpath/dts/qcom/x1e80100-crd.dtb
1616
EVK_DTB=$kpath/dts/qcom/hamoa-iot-evk.dtb
1717
QCS6490_DTB=$kpath/dts/qcom/qcs6490-rb3gen2.dtb
18-
18+
QCS8300_DTB=$kpath/dts/qcom/qcs8300-ride.dtb
19+
QCS9100_DTB=$kpath/dts/qcom/qcs9100-ride-r3.dtb
20+
1921
# Clean previous build
2022
rm -rf $BUILD_TOP/out/*;
2123

@@ -40,3 +42,5 @@ make ARCH=arm64 modules_install INSTALL_MOD_PATH=$BUILD_TOP/out/modules INSTALL_
4042
[ -f "$CRD_DTB" ] && cp "$CRD_DTB" "$BUILD_TOP/out/"
4143
[ -f "$EVK_DTB" ] && cp "$EVK_DTB" "$BUILD_TOP/out/"
4244
[ -f "$QCS6490_DTB" ] && cp "$QCS6490_DTB" "$BUILD_TOP/out/"
45+
[ -f "$QCS8300_DTB" ] && cp "$QCS8300_DTB" "$BUILD_TOP/out/"
46+
[ -f "$QCS9100_DTB" ] && cp "$QCS9100_DTB" "$BUILD_TOP/out/"

0 commit comments

Comments
 (0)