Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf/machine/include/phyimx8m.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IMAGE_BOOT_FILES = "fitImage boot.scr.uimg"
IMAGE_BOOT_FILES:mx8m-nxp-bsp = "fitImage overlays.txt boot.scr.uimg"
IMAGE_BOOT_FILES:mx8m-nxp-bsp:secureboot = "fitImage boot.scr.uimg"
KERNEL_CLASSES += "kernel-fit-extra-artifacts"
IMAGE_INSTALL:append = "linux-yocto-fitimage"
IMAGE_INSTALL:append = " linux-yocto-fitimage"

# fdt_addr_r
UBOOT_DTB_LOADADDRESS ?= "0x40480000"
Expand Down
2 changes: 1 addition & 1 deletion conf/machine/include/phyimx91.inc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ UBOOT_DTB_LOADADDRESS = "0x8A380000"
UBOOT_DTBO_LOADADDRESS = "0x8A440000"

KERNEL_CLASSES += "kernel-fit-extra-artifacts"
IMAGE_INSTALL:append = "linux-yocto-fitimage"
IMAGE_INSTALL:append = " linux-yocto-fitimage"

INITRAMFS_MAXSIZE = "262144"

Expand Down
2 changes: 1 addition & 1 deletion conf/machine/include/phyimx93.inc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ UBOOT_DTBO_LOADADDRESS = "0x8A440000"
UBOOT_PROVIDES_BOOT_CONTAINER:use-mainline-bsp = "1"

KERNEL_CLASSES += "kernel-fit-extra-artifacts"
IMAGE_INSTALL:append = "linux-yocto-fitimage"
IMAGE_INSTALL:append = " linux-yocto-fitimage"

# TFA
IMX_DEFAULT_ATF_PROVIDER:use-mainline-bsp ?= "trusted-firmware-a"
Expand Down