tools: mkimage_signed: add the artik533 board support
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 26 Mar 2018 04:00:14 +0000 (13:00 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 21 Jan 2019 07:23:09 +0000 (16:23 +0900)
Add the support artik533 board with mkimage_signed.sh for Tizen.
(ARTIK533 is an artik530 board with 1GB RAM.)

Change-Id: Idbe35c5e64e4edee7c1d83715f9fe30c96732f68
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
tools/mkimage_signed.sh

index a7dba1856174cde18d8548aefa48d87b143478cb..f06db6beb2d43af8a698ac76b7fb6c6c8cc0fb99 100755 (executable)
@@ -78,6 +78,10 @@ elif [ $CONFIG == "artik530_raptor_config" ]; then
        echo -n "artik530_raptor" > sig-board
        OUTPUT_BIN="u-boot.bin"
        INPUT_SIZE_LIMIT=$((${OUTPUT_SIZE} - ${SIGN_HDR_SIZE} - 1024))
+elif [ $CONFIG == "artik533_raptor_config" ]; then
+       echo -n "artik533_raptor" > sig-board
+       OUTPUT_BIN="u-boot.bin"
+       INPUT_SIZE_LIMIT=$((${OUTPUT_SIZE} - ${SIGN_HDR_SIZE} - 1024))
 elif [ $CONFIG == "artik710_raptor_config" ]; then
        echo -n "artik710_raptor" > sig-board
        INPUT_SIZE_LIMIT=$((${OUTPUT_SIZE} - ${SIGN_HDR_SIZE} - 1120))