mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
u-boot-toradex: set uboot_suffix
See also commit 46c1c81
("imx7s-warp: Set UBOOT_SUFFIX to imx").
Overwrite the new default from imx-base.inc.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
This commit is contained in:
parent
66165d89e9
commit
cc7a94be03
|
@ -19,6 +19,7 @@ RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
|
|||
IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
|
||||
PREFERRED_RPROVIDER_u-boot-default-script = "u-boot-script-toradex"
|
||||
|
||||
UBOOT_SUFFIX = "img"
|
||||
SPL_BINARY = "SPL"
|
||||
# The SPL configures the DDR RAM depending on the module it runs on. Thus there
|
||||
# is no need to distingush between the different module types.
|
||||
|
|
|
@ -24,6 +24,7 @@ PREFERRED_PROVIDER_u-boot-default-script ?= "u-boot-script-toradex"
|
|||
UBOOT_BINARY = "u-boot-nand.imx"
|
||||
UBOOT_MAKE_TARGET = "u-boot.imx"
|
||||
UBOOT_MACHINE ?= "colibri-imx6ull_defconfig"
|
||||
UBOOT_SUFFIX = "imx"
|
||||
|
||||
IMAGE_FSTYPES += "tar.xz"
|
||||
# wic support
|
||||
|
|
|
@ -37,6 +37,7 @@ PREFERRED_PROVIDER_u-boot-default-script ?= "u-boot-script-toradex"
|
|||
UBOOT_BINARY = "u-boot-nand.imx"
|
||||
UBOOT_MAKE_TARGET = "u-boot.imx"
|
||||
UBOOT_MACHINE ?= "colibri_imx7_defconfig"
|
||||
UBOOT_SUFFIX = "imx"
|
||||
|
||||
IMAGE_FSTYPES += "tar.xz"
|
||||
# wic support
|
||||
|
|
|
@ -41,6 +41,7 @@ PREFERRED_VERSION_weston:use-nxp-bsp = ""
|
|||
UBOOT_BINARY = "u-boot-nand.imx"
|
||||
UBOOT_MAKE_TARGET = "u-boot.imx"
|
||||
UBOOT_MACHINE ?= "colibri_vf_defconfig"
|
||||
UBOOT_SUFFIX = "imx"
|
||||
|
||||
IMAGE_FSTYPES += "tar.xz ubifs"
|
||||
# wic support
|
||||
|
|
Loading…
Reference in New Issue
Block a user