From: Inha Song Date: Fri, 21 Feb 2014 17:55:15 +0000 (+0100) Subject: trats/trats2: enable bootloader signature X-Git-Tag: submit/tizen/20160425.072005~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35f8eab7e538f79a6453c55b5706cd537974aa8b;p=platform%2Fkernel%2Fu-boot.git trats/trats2: enable bootloader signature Enable of this config will now require making binary signature. From now, manually build sequence should looks like this: CROSS_COMPILE=... make mrproper make trats2_config make ./tools/mkimage_signed.sh u-boot-dtb.bin trats2_config The output signed binary is: u-boot-mmc.bin Change-Id: I9a2c86d2f24a050ff3738adb9dbd7d5914ff16d8 Signed-off-by: Inha Song --- diff --git a/include/configs/trats.h b/include/configs/trats.h index 5fb991be5d..81ec77e169 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -16,6 +16,7 @@ #define CONFIG_TIZEN /* TIZEN lib */ +#define CONFIG_SIG /* make signature header */ #define CONFIG_SYS_L2CACHE_OFF #ifndef CONFIG_SYS_L2CACHE_OFF diff --git a/include/configs/trats2.h b/include/configs/trats2.h index f12a9528d6..8c33cdb4e8 100644 --- a/include/configs/trats2.h +++ b/include/configs/trats2.h @@ -14,6 +14,7 @@ #include #define CONFIG_TIZEN /* TIZEN lib */ +#define CONFIG_SIG /* make signature header */ #define CONFIG_SYS_L2CACHE_OFF #ifndef CONFIG_SYS_L2CACHE_OFF