ingres: Decommonize vendor security patch level
This should be the minimum of all vendor components, including firmware
and device specific blobs. We can assume the sm8450-common blobs to be
the latest available for any device using this tree. Thus, setting this
from the device specific trees according to the stock rom correctly
sets the patch to the minimum of the vendor blobs.
diff --git a/BoardConfig.mk b/BoardConfig.mk
index b323c7d..88a0595 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -4,6 +4,9 @@
# SPDX-License-Identifier: Apache-2.0
#
+# Security patch level
+VENDOR_SECURITY_PATCH := 2025-04-01
+
# Inherit from xiaomi sm8450-common
include device/xiaomi/sm8450-common/BoardConfigCommon.mk