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/20150522.044923~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b16fe574e221baba946ff22256f687604220226;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 11f8427af6..a5bc8f40ca 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