move bootloader configuration to generic sunxi

This commit is contained in:
Grzegorz Kowalski 2024-03-11 20:13:08 +01:00
parent 70fbf36c8b
commit feddaaf1cb
2 changed files with 9 additions and 2 deletions

View File

@ -2,5 +2,4 @@
DEFAULTTUNE = "armv7athf-neon-vfpv4"
require conf/machine/include/arm/arch-armv7a.inc
QB_SYSTEM_NAME = "qemu-system-arm"
require conf/machine/include/sunxi.inc

View File

@ -0,0 +1,8 @@
# Generic sunxi
# Bootloader configuration should generally be the same for all sunxi boards
EXTRA_IMAGEDEPENDS += "virtual/bootloader"
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
SPL_BINARY = "u-boot-sunxi-with-spl.bin"
QB_SYSTEM_NAME = "qemu-system-arm"