Skip to content

Commit

Permalink
conf: machine: qcom-armv8a: add u-boot qcs6490-rb3gen2/sdm845-db845c cfg
Browse files Browse the repository at this point in the history
Add qcs6490-rb3gen2/sdm845-db845c u-boot configs to build boot
configurations using qcom-armv8a machine.

Signed-off-by: Tommaso Merciai <tomm.merciai@gmail.com>
  • Loading branch information
Scott31393 committed Sep 19, 2024
1 parent 5c6867c commit 9f399fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/machine/qcom-armv8a.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ EXTRA_IMAGECMD:ext4 += " -b 4096 "

PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-qcom"

UBOOT_CONFIG ??= "qcs6490-rb3gen2 sdm845-db845c"
UBOOT_CONFIG[qcs6490-rb3gen2] = "qcm6490_defconfig"
UBOOT_CONFIG[sdm845-db845c] = "qcom_defconfig"

PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"

# Support for dragonboard{410, 820, 845}c, rb5
Expand Down

0 comments on commit 9f399fb

Please sign in to comment.