summaryrefslogtreecommitdiff
path: root/functions.sh
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2017-11-02 13:48:44 +0000
committerDaniel Díaz <daniel.diaz@linaro.org>2017-11-02 08:06:49 -0600
commitfdac20ecf160b40b33412a41e792eb55418a3f7e (patch)
treedb4ad8bb1223a43f3660817983b275e1109fb898 /functions.sh
parent486cbd8f00a586eaf96ca4e63dd6a92cd948575f (diff)
functions.sh: set correct GRUB version for ILP32 HiKey
Change-Id: I8d9d9b8eba06177ccf3edc06875ae1adff2d8fcb Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'functions.sh')
-rwxr-xr-xfunctions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.sh b/functions.sh
index dede134..70141b4 100755
--- a/functions.sh
+++ b/functions.sh
@@ -192,7 +192,7 @@ PREFERRED_PROVIDER_libevent = "libevent-fb"
PREFERRED_VERSION_libmemcached = "1.0.7"
# Workaround GRUB FTBFS with IPL32 toolchain
-PREFERRED_VERSION_grub_hikey-ilp32 ?= "2.0.0"
+PREFERRED_VERSION_grub_hikey-ilp32 ?= "2.00-prebuilt"
TCLIBC = "glibc"