#!/bin/sh

# check_size
# £ɣϣӵưХʥꥤ᡼Υå


if [ $(tools/bin/size boot/bin/bootload) -gt 510 ];then
	echo "bootload 510ХȤ礭"
	exit 0
fi
