summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInha Song <ideal.song@samsung.com>2014-02-21 18:55:15 +0100
committerLukasz Majewski <l.majewski@samsung.com>2014-03-18 16:49:00 +0100
commitec4009ede8012c0272a4259ae8880b5672ebf8cb (patch)
treec335b594c89b5027b9330fab2a679b5ce8c37666
parent05fa609bdc878e56920a10d89554e011d6b61850 (diff)
downloadu-boot-ec4009ede8012c0272a4259ae8880b5672ebf8cb.tar.gz
u-boot-ec4009ede8012c0272a4259ae8880b5672ebf8cb.tar.bz2
u-boot-ec4009ede8012c0272a4259ae8880b5672ebf8cb.zip
trats/trats2: enable bootloader signature
Change-Id: I9a2c86d2f24a050ff3738adb9dbd7d5914ff16d8 Signed-off-by: Inha Song <ideal.song@samsung.com>
-rw-r--r--include/configs/trats.h1
-rw-r--r--include/configs/trats2.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/trats.h b/include/configs/trats.h
index e65c8bcc98..3a25efb31e 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 <asm/arch/cpu.h> /* get chip and board defs */
diff --git a/include/configs/trats2.h b/include/configs/trats2.h
index 19051a7603..d4b4e52fbd 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 <asm/arch/cpu.h> /* get chip and board defs */