Skip to content

Commit

Permalink
conf: machine: qcom-armv8a: set u-boot-qcom as default bootloader
Browse files Browse the repository at this point in the history
Set u-boot-qcom as preferred virtual/bootloader.

Signed-off-by: Tommaso Merciai <tomm.merciai@gmail.com>
  • Loading branch information
Scott31393 committed Sep 19, 2024
1 parent 96a4bb4 commit 5c6867c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/machine/qcom-armv8a.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ MACHINE_FEATURES = "usbhost usbgadget alsa screen wifi bluetooth ext2"
# UFS partitions in 820/845/RB5 setup with 4096 logical sector size
EXTRA_IMAGECMD:ext4 += " -b 4096 "

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

PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"

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

0 comments on commit 5c6867c

Please sign in to comment.