File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1043,6 +1043,11 @@ u-boot-pistachio-nor.img: u-boot-dtb.img u-boot-spl-pistachio.bimg FORCE
1043
1043
@dd if=/dev/zero of=$@ bs=4K count=384 conv=notrunc
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
+ ifeq ($(UBOOTRELEASE ) ,$(UBOOTVERSION ) )
1047
+ -mv u-boot-pistachio-nor.img u-boot-$(subst $\",,$(CONFIG_SYS_CONFIG_NAME))-$(UBOOTVERSION).img
1048
+ else
1049
+ -mv u-boot-pistachio-nor.img u-boot-$(subst $\",,$(CONFIG_SYS_CONFIG_NAME))-$(UBOOTRELEASE).img
1050
+ endif
1046
1051
1047
1052
# x86 uses a large ROM. We fill it with 0xff, put the 16-bit stuff (including
1048
1053
# reset vector) at the top, Intel ME descriptor at the bottom, and U-Boot in
You can’t perform that action at this time.
0 commit comments