From 280a01d3eef95af2efc3b875996acc01e7c26593 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Mon, 6 Feb 2017 09:39:31 +0100 Subject: [PATCH] Use U_BOOT_VERSION string in U-Boot image header name field --- u-boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot/Makefile b/u-boot/Makefile index 194462d..9a33031 100644 --- a/u-boot/Makefile +++ b/u-boot/Makefile @@ -91,7 +91,7 @@ define echo_yellow endef define ih_name -u-boot_mod $(if $(filter $(IMG_RAM),1),RAM,$(if $(filter $(IMG_LZMA),1),LZMA FLASH,FLASH)) image +U-Boot $(strip $(subst ",,$(U_BOOT_VERSION))) endef # $(1): name -- 2.25.1