Place device name before date and git info in filename
authorPiotr Dymacz <pepe2k@gmail.com>
Sun, 12 Feb 2017 12:01:05 +0000 (13:01 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Sun, 12 Feb 2017 12:01:05 +0000 (13:01 +0100)
Makefile

index 30d2df518fcb17fc334d82d18fcc47e229f0e7e4..96add61292d3781aef0d2c755f1f72bd2a0ffabf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,7 @@ endef
 
 # $(1): file extension
 define img_name
-u-boot_mod__$(shell date +"%Y%m%d")__$(call git_branch_hash)__$@$(if \
+u-boot_mod__$@__$(shell date +"%Y%m%d")__$(call git_branch_hash)$(if \
 $(filter $(IMG_RAM),1),__RAM-LOAD-ONLY)$(if $(1),.$(1))
 endef