From: Jaehoon Chung Date: Mon, 26 Mar 2018 06:48:53 +0000 (+0900) Subject: configs: artik533_raptor: enable the signature configuration X-Git-Tag: submit/tizen/20190213.074817~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e40ea1dfdd2a1b708241fbe64cba196514985d22;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik7.git configs: artik533_raptor: enable the signature configuration Enable the CONFIG_SIG for checking the tizen specific signature. Change-Id: Ifbadbc4b62dc02ef12ffd1f85188802d334555a6 Signed-off-by: Jaehoon Chung --- diff --git a/include/configs/artik533_raptor.h b/include/configs/artik533_raptor.h index 3256f41f2c..eb7a205dfd 100644 --- a/include/configs/artik533_raptor.h +++ b/include/configs/artik533_raptor.h @@ -45,6 +45,9 @@ #define COUNTER_FREQUENCY 200000000 #define CPU_RELEASE_ADDR CONFIG_SYS_INIT_SP_ADDR +#define CONFIG_SIG +#define CONFIG_EXTRA_SIZE SZ_1K + /*----------------------------------------------------------------------- * High Level System Configuration */