mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
colibri-imx6: Use strong assignment to set IMX_DEFAULT_BOOTLOADER
The weak assignment doesn't override the default imx-base.inc value, and as the only bootloader provider is u-boot-toradex, we don't need to allow override. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
This commit is contained in:
parent
bd4e85fc05
commit
afb1afd28d
|
@ -17,8 +17,8 @@ KERNEL_IMAGETYPE = "zImage"
|
||||||
# The kernel lives in a seperate FAT partition, don't deploy it in /boot/
|
# The kernel lives in a seperate FAT partition, don't deploy it in /boot/
|
||||||
RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
|
RDEPENDS_${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"
|
||||||
|
|
||||||
SPL_BINARY = "SPL"
|
SPL_BINARY = "SPL"
|
||||||
UBOOT_CONFIG ??= "spl"
|
UBOOT_CONFIG ??= "spl"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user