[PATCH 2/3] configs: Add qcs6490_rubikpi3_defconfig
Hongyang Zhao
hongyang.zhao at thundersoft.com
Wed Jun 17 12:56:12 CEST 2026
Add a defconfig for building U-Boot for the Thundercomm RUBIK Pi 3.
The board reuses the existing QCM6490 configuration and selects the
RUBIK Pi 3 device tree. Add the defconfig to MAINTAINERS so the
Snapdragon maintainers are copied for future changes.
Signed-off-by: Hongyang Zhao <hongyang.zhao at thundersoft.com>
---
MAINTAINERS | 1 +
configs/qcs6490_rubikpi3_defconfig | 7 +++++++
2 files changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 6f9c5fa0bdd..6a23cffcf13 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -681,6 +681,7 @@ L: u-boot-qcom at groups.io
S: Maintained
T: git https://source.denx.de/u-boot/custodians/u-boot-snapdragon.git
F: configs/qcm6490_defconfig
+F: configs/qcs6490_rubikpi3_defconfig
F: configs/qcs9100_defconfig
F: drivers/*/*/pm8???-*
F: drivers/gpio/msm_gpio.c
diff --git a/configs/qcs6490_rubikpi3_defconfig b/configs/qcs6490_rubikpi3_defconfig
new file mode 100644
index 00000000000..1d56659c0c5
--- /dev/null
+++ b/configs/qcs6490_rubikpi3_defconfig
@@ -0,0 +1,7 @@
+# Configuration for building U-Boot to be flashed
+# to the uefi partition of Thundercomm RUBIK Pi 3
+# with the "Linux Embedded" partition layout.
+
+#include "qcm6490_defconfig"
+
+CONFIG_DEFAULT_DEVICE_TREE="qcom/qcs6490-thundercomm-rubikpi3"
--
2.43.0
More information about the U-Boot
mailing list