mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
colibri-imx6: use soft assignment for u-boot-default-script provider
Some users might want to change u-boot-default-script preferred provider, so let's use a soft assignment for that. Signed-off-by: Sergio Prado <sergio.prado@toradex.com>
This commit is contained in:
parent
dfae23f66e
commit
596d36a3cd
|
@ -20,7 +20,7 @@ KERNEL_IMAGETYPE = "zImage"
|
||||||
RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
||||||
|
|
||||||
IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
|
IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
|
||||||
PREFERRED_PROVIDER_u-boot-default-script = "u-boot-script-toradex"
|
PREFERRED_PROVIDER_u-boot-default-script ?= "u-boot-script-toradex"
|
||||||
|
|
||||||
UBOOT_SUFFIX = "img"
|
UBOOT_SUFFIX = "img"
|
||||||
SPL_BINARY = "SPL"
|
SPL_BINARY = "SPL"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user