diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/k3.inc')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/k3.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc index 111022f6..0e8729df 100644 --- a/meta-ti-bsp/conf/machine/include/k3.inc +++ b/meta-ti-bsp/conf/machine/include/k3.inc | |||
@@ -9,8 +9,7 @@ require conf/machine/include/arm/armv8a/tune-cortexa72-cortexa53.inc | |||
9 | require conf/machine/include/ti-bsp.inc | 9 | require conf/machine/include/ti-bsp.inc |
10 | 10 | ||
11 | KERNEL_IMAGETYPE = "Image" | 11 | KERNEL_IMAGETYPE = "Image" |
12 | KERNEL_IMAGETYPES = "Image fitImage" | 12 | KERNEL_CLASSES += "kernel-fit-extra-artifacts" |
13 | KERNEL_CLASSES += "kernel-fitimage-deprecated" | ||
14 | 13 | ||
15 | UBOOT_ARCH = "arm" | 14 | UBOOT_ARCH = "arm" |
16 | UBOOT_DTB_LOADADDRESS = "0x88000000" | 15 | UBOOT_DTB_LOADADDRESS = "0x88000000" |
@@ -30,7 +29,7 @@ FIT_SIGN_ALG ?= "rsa4096" | |||
30 | 29 | ||
31 | EXTRA_IMAGEDEPENDS += "virtual/bootloader" | 30 | EXTRA_IMAGEDEPENDS += "virtual/bootloader" |
32 | 31 | ||
33 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image-image" | 32 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image-image ti-kernel-fitimage" |
34 | 33 | ||
35 | TFA_PLATFORM = "k3" | 34 | TFA_PLATFORM = "k3" |
36 | 35 | ||