Hi Hongyang, Thanks for the patch and for this series!
On 17/06/2026 12:56, Hongyang Zhao wrote: > 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. Currently we're opportunistically trying to clean up the naming of defconfigs, could you prefix this with qcom_? That also means it doesn't need to be added to MAINTAINERS since it will be picked up automatically by the existing match criteria. Thanks and kind regards, > > Signed-off-by: Hongyang Zhao <[email protected]> > --- > 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: [email protected] > 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" > -- // Casey (she/her)

