X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=cd265f546677255e5fd42a7f420d0045a56dc07b;hb=c7d08d80c3e792bfbd239b5aafccd5134e91251d;hp=4981a2ed6f4ab16200fe347161c3f0774393f40e;hpb=1d12a7c8cd4e58d5c3989bc239d5fa9577079dfd;p=u-boot diff --git a/Makefile b/Makefile index 4981a2ed6f..cd265f5466 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,9 @@ # VERSION = 2018 -PATCHLEVEL = 01 +PATCHLEVEL = 03 SUBLEVEL = -EXTRAVERSION = +EXTRAVERSION = -rc3 NAME = # *DOCUMENTATION* @@ -1053,6 +1053,7 @@ u-boot-dtb.img u-boot.img u-boot.kwb u-boot.pbl u-boot-ivt.img: \ u-boot.itb: u-boot-nodtb.bin dts/dt.dtb $(U_BOOT_ITS) FORCE $(call if_changed,mkfitimage) + $(BOARD_SIZE_CHECK) u-boot-spl.kwb: u-boot.img spl/u-boot-spl.bin FORCE $(call if_changed,mkimage)