diff --git a/meta-oniro-core/classes/oniro-image.bbclass b/meta-oniro-core/classes/oniro-image.bbclass
index 50071c6a062597f44c2d859f3a4de6b0f7c3fada..a68fd3a6fac72dd4b657a45144e350f769d0d9c4 100644
--- a/meta-oniro-core/classes/oniro-image.bbclass
+++ b/meta-oniro-core/classes/oniro-image.bbclass
@@ -118,7 +118,6 @@ python deploy_boot_artifacts_to_rootfs() {
     if not boot_files:
         # Nothing to do if IMAGE_BOOT_FILES is not defined. Custom wic plugins
         # are not supported.
-        bb.warn('IMAGE_BOOT_FILES empty, so no boot files will be included in the rootfs')
         return
     deploy_dir = d.getVar('DEPLOY_DIR_IMAGE')
     rootfs_dir = d.getVar('IMAGE_ROOTFS')