From 3b16fe574e221baba946ff22256f687604220226 Mon Sep 17 00:00:00 2001 From: Inha Song Date: Thu, 26 Feb 2015 10:08:21 +0900 Subject: [PATCH] tool: mkimage_signed: Add odroid-xu3_defconfig support This patch add odroid-xu3_defconfig for Odroid XU3 board. Signed-off-by: Inha Song --- tools/mkimage_signed.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1