X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=1687e2e90abe4353e47a76f496ee7949df58e487;hb=09266b270fb8bba934317d2d5a22063ac45bf960;hp=8b1b364e4c5fe1b5867158f5922f9168aa1b2f81;hpb=b5c068f3f8be5c2f73fc6699885aec0d342099bb;p=platform%2Fkernel%2Fu-boot.git diff --git a/Makefile b/Makefile index 8b1b364..1687e2e 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ VERSION = 2014 PATCHLEVEL = 01 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else @@ -419,8 +419,8 @@ $(obj)u-boot.kwb: $(obj)u-boot.bin -a $(CONFIG_SYS_TEXT_BASE) -e $(CONFIG_SYS_TEXT_BASE) -d $< $@ $(obj)u-boot.pbl: $(obj)u-boot.bin - $(obj)tools/mkimage -n $(CONFIG_PBLRCW_CONFIG) \ - -R $(CONFIG_PBLPBI_CONFIG) -T pblimage \ + $(obj)tools/mkimage -n $(CONFIG_SYS_FSL_PBL_RCW) \ + -R $(CONFIG_SYS_FSL_PBL_PBI) -T pblimage \ -d $< $@ $(obj)u-boot.sha1: $(obj)u-boot.bin