mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
colibri-imx7-emmc: Rework u-boot setting to use IMX_DEFAULT_BOOTLOADER
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
This commit is contained in:
parent
dc7ccabb77
commit
37aa54b49f
|
@ -17,10 +17,11 @@ KERNEL_DEVICETREE_append_use-nxp-bsp = " imx7d-colibri-emmc-aster.dtb"
|
|||
# The kernel lives in a seperate FAT partition, don't deploy it in /boot/
|
||||
RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
|
||||
|
||||
PREFERRED_PROVIDER_u-boot ?= "u-boot-toradex"
|
||||
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-toradex"
|
||||
PREFERRED_PROVIDER_u-boot-fw-utils ?= "u-boot-toradex-fw-utils"
|
||||
PREFERRED_PROVIDER_u-boot-default-script ?= "u-boot-script-toradex"
|
||||
IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
|
||||
PREFERRED_RPROVIDER_u-boot-default-script = "u-boot-script-toradex"
|
||||
|
||||
UBOOT_SUFFIX = "imx"
|
||||
UBOOT_BINARY = "u-boot-dtb.${UBOOT_SUFFIX}"
|
||||
UBOOT_MACHINE ?= "colibri_imx7_emmc_defconfig"
|
||||
|
||||
IMAGE_FSTYPES += "tar.xz"
|
||||
|
|
Loading…
Reference in New Issue
Block a user