From e75b08e9463b9360ab2ccc2e446628cea8583e76 Mon Sep 17 00:00:00 2001 From: August Date: Sat, 28 Jul 2018 18:48:18 +0800 Subject: [PATCH] enable spl build Signed-off-by: August --- lichee/brandy/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lichee/brandy/build.sh b/lichee/brandy/build.sh index f46d0a0a0e..75c73e1267 100755 --- a/lichee/brandy/build.sh +++ b/lichee/brandy/build.sh @@ -63,6 +63,7 @@ build_uboot() fi make ${PLATFORM}_config make -j16 + make spl cd - 1>/dev/null }