Remove the version information as defined the hard-coding.
Just use the version information of argument.
Change-Id: I4067bcd560cedc2f9e9bb46c8bc33482ea5a85f2
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
echo -n "odroid_xu3" > sig-board
elif [ $CONFIG == "artik530_raptor_config" ]; then
echo -n "artik530_raptor" > sig-board
- echo -n "1.0.0" > sig-version
OUTPUT_BIN="u-boot.bin"
INPUT_SIZE_LIMIT=$((${OUTPUT_SIZE} - ${SIGN_HDR_SIZE} - 512))
elif [ $CONFIG == "artik710_raptor_config" ]; then
echo -n "artik710_raptor" > sig-board
- echo -n "2.0.0" > sig-version
INPUT_SIZE_LIMIT=$((${OUTPUT_SIZE} - ${SIGN_HDR_SIZE} - 1120))
OUTPUT_BIN="u-boot.bin"
else