summaryrefslogtreecommitdiff
path: root/include/configs/am335x_evm.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-06-03 04:04:57 (GMT)
committerTom Rini <trini@ti.com>2014-06-11 20:25:47 (GMT)
commit32e2c42a83e8676511e178e0285ea634bc4564fd (patch)
treeb835567f5dcf0287d8f2471a65757fec3a260e71 /include/configs/am335x_evm.h
parentdd42a4abf67ed9c5fd1ef46663d2231d85c32ba6 (diff)
downloadu-boot-fsl-qoriq-32e2c42a83e8676511e178e0285ea634bc4564fd.tar.xz
am33xx/omap: Add a new board to enable verified boot
Enable verified boot functionality for a new am335x_boneblack_vboot target. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/am335x_evm.h')
-rw-r--r--include/configs/am335x_evm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index edc5841..5ae8c46 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -25,6 +25,10 @@
# define CONFIG_OF_CONTROL
# define CONFIG_OF_SEPARATE
# define CONFIG_DEFAULT_DEVICE_TREE am335x-boneblack
+# ifdef CONFIG_ENABLE_VBOOT
+# define CONFIG_FIT_SIGNATURE
+# define CONFIG_RSA
+# endif
#endif
#define CONFIG_SYS_BOOTM_LEN (16 << 20)