mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 20:59:03 +02:00
machine: firefly-rk3288: specify bootloader
Set the default preferred bootloader for firefly-rk3288 to be u-boot-rockchip and set the default name of the SPL binary. Reviewed-by Eddie Cai <eddie.cai.linux@gmail.com> Reviewed-by: Jacob Chen <jacob-chen@iotwrt.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
parent
b8349d906e
commit
1a36604417
|
@ -8,3 +8,4 @@
|
|||
|
||||
include conf/machine/include/rk3288.inc
|
||||
KERNEL_DEVICETREE = "rk3288-firefly.dtb"
|
||||
UBOOT_MACHINE = "firefly-rk3288_defconfig"
|
||||
|
|
|
@ -10,3 +10,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux"
|
|||
SERIAL_CONSOLES = "115200;ttyS2"
|
||||
KERNEL_IMAGETYPE = "zImage"
|
||||
KBUILD_DEFCONFIG = "multi_v7_defconfig"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-rockchip"
|
||||
SPL_BINARY ?= "u-boot-spl-dtb.bin"
|
||||
|
|
Loading…
Reference in New Issue
Block a user