From ec4009ede8012c0272a4259ae8880b5672ebf8cb Mon Sep 17 00:00:00 2001 From: Inha Song Date: Fri, 21 Feb 2014 18:55:15 +0100 Subject: [PATCH] trats/trats2: enable bootloader signature Change-Id: I9a2c86d2f24a050ff3738adb9dbd7d5914ff16d8 Signed-off-by: Inha Song --- include/configs/trats.h | 1 + include/configs/trats2.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/configs/trats.h b/include/configs/trats.h index e65c8bc..3a25efb 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -20,6 +20,7 @@ #define CONFIG_EXYNOS4210 /* which is in a EXYNOS4210 */ #define CONFIG_TRATS /* working with TRATS */ #define CONFIG_TIZEN /* TIZEN lib */ +#define CONFIG_SIG /* make signature header */ #include /* get chip and board defs */ diff --git a/include/configs/trats2.h b/include/configs/trats2.h index 19051a7..d4b4e52 100644 --- a/include/configs/trats2.h +++ b/include/configs/trats2.h @@ -19,6 +19,7 @@ #define CONFIG_S5P /* which is in a S5P Family */ #define CONFIG_EXYNOS4 /* which is in a EXYNOS4XXX */ #define CONFIG_TIZEN /* TIZEN lib */ +#define CONFIG_SIG /* make signature header */ #include /* get chip and board defs */ -- 2.7.4