U-Boot is now used with SPL, set the machine conf file accordingly. Signed-off-by: Max Krummenacher <[email protected]> --- conf/machine/colibri-imx6.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/conf/machine/colibri-imx6.conf b/conf/machine/colibri-imx6.conf index 4b02ff1..d7a7bea 100644 --- a/conf/machine/colibri-imx6.conf +++ b/conf/machine/colibri-imx6.conf @@ -15,7 +15,11 @@ KERNEL_IMAGETYPE = "uImage" PREFERRED_PROVIDER_u-boot ?= "u-boot-toradex" PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-toradex" -UBOOT_MACHINE ?= "colibri_imx6_defconfig" +SPL_BINARY = "SPL" +UBOOT_CONFIG ??= "spl" +UBOOT_CONFIG[spl] = "colibri_imx6_defconfig,,u-boot.img" +UBOOT_MAKE_TARGET = "" +UBOOT_ENTRYPOINT_use-mainline-bsp = "0x10008000" IMAGE_FSTYPES = "sdcard.gz tar.xz" -- 2.9.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
