From cd46d8ea1d50efa5e8abc6b81cb59b7180bd3b14 Mon Sep 17 00:00:00 2001 From: Kenneth Johansson Date: Mon, 5 Feb 2018 15:59:55 +0100 Subject: [PATCH] uboot: Fix hang. variable is of array type not char. Boot was hanging. --- uboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uboot/Makefile b/uboot/Makefile index 943cbadbd..dfe249044 100644 --- a/uboot/Makefile +++ b/uboot/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2016.08 PKG_RELEASE:=4 PKG_SOURCE_URL:=http://public.inteno.se:/uboot PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=37d00bb3d953518890191bd62c21b0046ee0f18d +PKG_SOURCE_VERSION:=b0a0b127f0848e191b80979ad7de5f10c3e01a1b PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)