enable spl build

Signed-off-by: August <mingxin.android@gmail.com>
This commit is contained in:
August 2018-07-28 18:48:18 +08:00
parent 246cbab9d3
commit e75b08e946

View file

@ -63,6 +63,7 @@ build_uboot()
fi
make ${PLATFORM}_config
make -j16
make spl
cd - 1>/dev/null
}