From b5d073a39fbe6b8a2a346e09a82899e63e321374 Mon Sep 17 00:00:00 2001 From: Kenneth Johansson Date: Tue, 23 Oct 2018 16:06:29 +0200 Subject: [PATCH] Update feed [ iopsys ] package [ u-boot ] ------------------------------------------------------------------------------- * b9fece4 Add the missing M in the environmental variable bootargs_ubi ------------------------------------------------------------------------------- commit b9fece495814fec83970688df2cf19a320d05090 Author: Michael Zhang Date: 2018-10-10 14:35:43 +0200 Add the missing M in the environmental variable bootargs_ubi 'mem=480M@512' caused a kernel panic in Intel GRX evaluation boards. The parameter shall be 'mem=480M@512M'. Base directory -> / include/configs/iopsys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- --- uboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uboot/Makefile b/uboot/Makefile index 6f71425bc..36ca0143d 100644 --- a/uboot/Makefile +++ b/uboot/Makefile @@ -15,10 +15,10 @@ PKG_SOURCE_PROTO:=git ifdef CONFIG_TARGET_intel_mips PKG_SOURCE_URL:=git@dev.iopsys.eu:intel/uboot.git -PKG_SOURCE_VERSION:=505b9ebb3d3f620e46f16a9b7b364ecc64256c2f +PKG_SOURCE_VERSION:=b9fece495814fec83970688df2cf19a320d05090 else PKG_SOURCE_URL:=https://dev.iopsys.eu/fork/uboot.git -PKG_SOURCE_VERSION:=a86e52439340d078f8c66a28f01e0575a24bcebd +PKG_SOURCE_VERSION:=b9fece495814fec83970688df2cf19a320d05090 endif PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)