summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvojo <joris.van.vossen@sintecs.nl>2017-12-20 14:16:47 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-12-20 14:26:51 (GMT)
commit4ea837349487cafcbbb2f741e63e5505f66430f7 (patch)
tree210fe03d3c09f7486e2fca3a95afc0256cc98036 /Makefile
parent505d9ce1aae6b4226c33cd0903c0123ea3c8c128 (diff)
downloadu-boot-4ea837349487cafcbbb2f741e63e5505f66430f7.tar.xz
grapeboard Kconfig clean-up and PBL update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ddc8624..42fd875 100644
--- a/Makefile
+++ b/Makefile
@@ -1205,8 +1205,8 @@ u-boot-with-spl-pbl.bin: spl/u-boot-spl.pbl $(SPL_PAYLOAD) FORCE
#Concatenate PBL and U-boot binaries automatically
OBJCOPYFLAGS_u-boot-pbl.bin := -I binary -O binary --pad-to=$(CONFIG_U_BOOT_PAD_TO) \
--gap-fill=0xff
-
-u-boot-pbl.bin: $(srctree)/$(CONFIG_PBL_BINARY:"%"=%) u-boot.bin FORCE
+
+u-boot-pbl.bin: $(srctree)/$(CONFIG_PBL_BINARY_SRC:"%"=%) u-boot.bin FORCE
$(call if_changed,pad_cat)
# PPC4xx needs the SPL at the end of the image, since the reset vector