mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
colibri-imx6.conf: build a spl u-boot
U-Boot is now used with SPL, set the machine conf file accordingly. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
c0036cd746
commit
5e2b946de0
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user