diff mbox series

[meta-arago,master/kirkstone,1/2] arago.conf: Remove redundant fitImage addition

Message ID 20230103174818.3801-1-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone,1/2] arago.conf: Remove redundant fitImage addition | expand

Commit Message

Andrew Davis Jan. 3, 2023, 5:48 p.m. UTC
FIT images are already added as part of the meta-ti layer for K3.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 12 ------------
 1 file changed, 12 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index d675b077..6566f963 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -43,18 +43,6 @@  KERNEL_IMAGETYPES:am437x-hs-evm = "zImage fitImage"
 KERNEL_IMAGETYPES:am57xx-hs-evm = "zImage fitImage"
 KERNEL_IMAGETYPES:dra7xx-hs-evm = "zImage fitImage"
 
-# FIT image for K3 secure devices
-KERNEL_CLASSES:append:am64xx-hs-evm = " kernel-fitimage"
-KERNEL_CLASSES:append:am65xx-hs-evm = " kernel-fitimage"
-KERNEL_CLASSES:append:j721e-hs-evm = " kernel-fitimage"
-KERNEL_CLASSES:append:j7200-hs-evm = " kernel-fitimage"
-
-KERNEL_IMAGETYPES:am64xx-hs-evm = "Image fitImage"
-KERNEL_IMAGETYPES:am65xx-hs-evm = "Image fitImage"
-KERNEL_IMAGETYPES:j721e-hs-evm = "Image fitImage"
-KERNEL_IMAGETYPES:j7200-hs-evm = "Image fitImage"
-KERNEL_IMAGETYPES:j721s2-hs-evm = "Image fitImage"
-
 # FIT image settings
 FITIMAGE_HASH_ALGO = ""
 FITIMAGE_PACK_TEE = "0"