diff mbox series

uboot-config.bbclass: fix obsolete comment

Message ID 20251027215334.2458150-1-adrian.freihofer@siemens.com
State New
Headers show
Series uboot-config.bbclass: fix obsolete comment | expand

Commit Message

AdrianF Oct. 27, 2025, 9:53 p.m. UTC
From: Adrian Freihofer <adrian.freihofer@siemens.com>

fitImage is no longer a supported KERNEL_IMAGETYPE. The comment is wrong.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
---
 meta/classes-recipe/uboot-config.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/classes-recipe/uboot-config.bbclass b/meta/classes-recipe/uboot-config.bbclass
index eb82dd3583b..fd6c0451426 100644
--- a/meta/classes-recipe/uboot-config.bbclass
+++ b/meta/classes-recipe/uboot-config.bbclass
@@ -85,7 +85,7 @@  SPL_MKIMAGE_DTCOPTS ??= ""
 UBOOT_MKIMAGE ?= "uboot-mkimage"
 UBOOT_MKIMAGE_SIGN ?= "${UBOOT_MKIMAGE}"
 
-# Signature activation - this requires KERNEL_IMAGETYPE = "fitImage"
+# Signature activation
 UBOOT_SIGN_ENABLE ?= "0"
 
 # Arguments passed to mkimage for signing