trats/trats2: enable bootloader signature
authorInha Song <ideal.song@samsung.com>
Fri, 21 Feb 2014 17:55:15 +0000 (18:55 +0100)
committerLukasz Majewski <l.majewski@samsung.com>
Thu, 12 Jun 2014 07:36:52 +0000 (09:36 +0200)
commit2204f81d46dd59015e07ad932bb255134eec9500
tree09ad768736b42c10fda29bbb73734a7f6f58815a
parentbee950567a83ea0bfde08b88afec98f942725daf
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 <ideal.song@samsung.com>
include/configs/trats.h
include/configs/trats2.h