From: Inha Song Date: Thu, 26 Feb 2015 01:08:21 +0000 (+0900) Subject: tool: mkimage_signed: Add odroid-xu3_defconfig support X-Git-Tag: submit/tizen/20160425.072005~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb2bc53e296bea047ea293088ca065cf7a736b7f;p=platform%2Fkernel%2Fu-boot.git tool: mkimage_signed: Add odroid-xu3_defconfig support This patch add odroid-xu3_defconfig for Odroid XU3 board. Signed-off-by: Inha Song --- diff --git a/tools/mkimage_signed.sh b/tools/mkimage_signed.sh index 969cdbcf30..74e9b90a68 100755 --- a/tools/mkimage_signed.sh +++ b/tools/mkimage_signed.sh @@ -65,6 +65,8 @@ echo -n "none" > sig-product if [ $CONFIG == "tizen_defconfig" ]; then echo -n "slp_midasq" > sig-board +elif [ $CONFIG == "odroid-xu3_defconfig" ]; then + echo -n "odroid_xu3" > sig-board else echo -n "slp_u1" > sig-board fi