From c04d3ac26e9400e24c0b654a44ca63898896b547 Mon Sep 17 00:00:00 2001 From: Vandhiadevan Karunamoorthy Date: Fri, 8 Jul 2022 12:16:42 +0530 Subject: [PATCH] configs: devsoc: Enable ELF authentication Change-Id: Ib740007ed7c9410b5c8d119e3bf2805692cbba15 Signed-off-by: Vandhiadevan Karunamoorthy --- include/configs/devsoc.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/configs/devsoc.h b/include/configs/devsoc.h index 623cdea650..0977c504f8 100644 --- a/include/configs/devsoc.h +++ b/include/configs/devsoc.h @@ -407,6 +407,11 @@ extern loff_t board_env_size; #define CONFIG_DM_I2C #endif +/* + * ELF authentication + */ +#define CONFIG_IPQ_ELF_AUTH + #undef CONFIG_BOOTM_NETBSD #undef CONFIG_BOOTM_PLAN9 #undef CONFIG_BOOTM_RTEMS