aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-06-16 19:06:25 -0400
committerTom Rini <trini@konsulko.com>2020-06-26 10:29:06 -0400
commitbba4c7f9523d50998c186c468427fb710197b209 (patch)
tree03d5b8c563b3c1ccfa55e8dc712fd7bda09c73bc /Makefile
parent0567099beac2f7c70bc6dcf54f889a4f49037290 (diff)
downloadu-boot-bba4c7f9523d50998c186c468427fb710197b209.zip
u-boot-bba4c7f9523d50998c186c468427fb710197b209.tar.gz
u-boot-bba4c7f9523d50998c186c468427fb710197b209.tar.bz2
nxp: Finish switch to CONFIG_NXP_ESBC
There are two remaining users of the CONFIG_SECURE_BOOT symbol that have not been migrated to another symbol. In this case, they should be using CONFIG_NXP_ESBC as their guard. Cc: Vladimir Oltean <olteanv@gmail.com> Fixes: 5536c3c9d0d1 ("freescale/layerscape: Rename the config CONFIG_SECURE_BOOT name") Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3c18d8..37964a8 100644
--- a/Makefile
+++ b/Makefile
@@ -887,7 +887,7 @@ ALL-$(CONFIG_ONENAND_U_BOOT) += u-boot-onenand.bin
ifeq ($(CONFIG_SPL_FSL_PBL),y)
ALL-$(CONFIG_RAMBOOT_PBL) += u-boot-with-spl-pbl.bin
else
-ifneq ($(CONFIG_SECURE_BOOT), y)
+ifneq ($(CONFIG_NXP_ESBC), y)
# For Secure Boot The Image needs to be signed and Header must also
# be included. So The image has to be built explicitly
ALL-$(CONFIG_RAMBOOT_PBL) += u-boot.pbl