From: Inha Song Date: Fri, 21 Feb 2014 17:55:15 +0000 (+0100) Subject: trats/trats2: enable bootloader signature X-Git-Tag: submit/tizen_dev/20140331.121319~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=870a105b62f2f2e807dfa7682829daf7630056ab;p=platform%2Fkernel%2Fu-boot.git trats/trats2: enable bootloader signature Change-Id: I9a2c86d2f24a050ff3738adb9dbd7d5914ff16d8 Signed-off-by: Inha Song --- diff --git a/include/configs/trats.h b/include/configs/trats.h index 13f88cebe8..2717dd5c65 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 a057641679..4d52d21fa9 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 */