Fix logic error. <blush>

Submitted by: ian@
This commit is contained in:
imp 2014-04-30 20:52:38 +00:00
parent b633b6ce4d
commit bf253b2c2c

View File

@ -7,7 +7,7 @@ S=$1
dts="$2"
dtb_path=$3
if [ -n "$dts" ]; then
if [ -z "$dts" ]; then
echo "No DTS specified"
exit 1
fi