From a8a2a95351d711133e220c5c618822d3b72358ac Mon Sep 17 00:00:00 2001 From: David Yang Date: Wed, 8 Feb 2023 09:59:27 +0800 Subject: build: Allow specifying uImage time Some U-Boot checks for a specified uImage time and refuses to boot if mismatched. This patch fixes it by recognizing UIMAGE_TIME parameter. Signed-off-by: David Yang --- include/image-commands.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include/image-commands.mk') diff --git a/include/image-commands.mk b/include/image-commands.mk index 6c385b85e8..ea602662a5 100644 --- a/include/image-commands.mk +++ b/include/image-commands.mk @@ -581,6 +581,7 @@ define Build/tplink-v2-image endef define Build/uImage + $(if $(UIMAGE_TIME),SOURCE_DATE_EPOCH="$(UIMAGE_TIME)") \ mkimage \ -A $(LINUX_KARCH) \ -O linux \ -- cgit v1.2.3