summaryrefslogtreecommitdiff
path: root/board/scalys/grapeboard/Makefile
diff options
context:
space:
mode:
authorJoris van Vossen <joris.van.vossen@sintecs.nl>2018-05-17 15:03:31 (GMT)
committerJoris van Vossen <joris.van.vossen@sintecs.nl>2018-05-17 15:03:31 (GMT)
commitdc4e979c004c831f22d8e108f69da8ff23775af4 (patch)
treeb49db82d4a69e509ccd376f80791699a530121fe /board/scalys/grapeboard/Makefile
parentbc2e256d6c148cef7b58b89bafc7c5d930a76a4d (diff)
downloadu-boot-dc4e979c004c831f22d8e108f69da8ff23775af4.tar.xz
Initial secure boot support for grapeboard
Diffstat (limited to 'board/scalys/grapeboard/Makefile')
-rw-r--r--board/scalys/grapeboard/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/board/scalys/grapeboard/Makefile b/board/scalys/grapeboard/Makefile
index a8632b6..2d98cd1 100644
--- a/board/scalys/grapeboard/Makefile
+++ b/board/scalys/grapeboard/Makefile
@@ -12,4 +12,7 @@ obj-y += board_configuration_data.o
obj-$(CONFIG_LAYERSCAPE_NS_ACCESS) += ../../freescale/common/ns_access.o
-
+ifdef CONFIG_SECURE_BOOT
+obj-$(CONFIG_CMD_ESBC_VALIDATE) += fsl_validate.o cmd_esbc_validate.o
+endif
+obj-$(CONFIG_CHAIN_OF_TRUST) += fsl_chain_of_trust.o