diff options
-rwxr-xr-x | tools/mkimage_signed.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |