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.
Signed-off-by: Hongyang Zhao <[email protected]> --- configs/qcom_qcs6490_rubikpi3_defconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configs/qcom_qcs6490_rubikpi3_defconfig b/configs/qcom_qcs6490_rubikpi3_defconfig new file mode 100644 index 00000000000..1d56659c0c5 --- /dev/null +++ b/configs/qcom_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

