File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1044,6 +1044,13 @@ u-boot-pistachio-nor.img: u-boot-dtb.img u-boot-spl-pistachio.bimg FORCE
1044
1044
@dd if=u-boot-spl-pistachio.bimg of=$@ bs=4K count=128 conv=notrunc
1045
1045
@dd if=u-boot-dtb.img of=$@ bs=4K count=256 seek=128 conv=notrunc
1046
1046
1047
+ ifeq ($(UBOOTRELEASE ) ,)
1048
+ -mv u-boot-pistachio-nor.img u-boot-$(subst $\",,$(CONFIG_SYS_CONFIG_NAME))-$(UBOOTVERSION).img
1049
+ else
1050
+ -mv u-boot-pistachio-nor.img "u-boot-$(subst $\",,$(CONFIG_SYS_CONFIG_NAME))-\
1051
+ $(shell cat $(srctree)/include/config/uboot.release).img"
1052
+ endif
1053
+
1047
1054
# x86 uses a large ROM. We fill it with 0xff, put the 16-bit stuff (including
1048
1055
# reset vector) at the top, Intel ME descriptor at the bottom, and U-Boot in
1049
1056
# the middle.
You can’t perform that action at this time.
0 commit comments