mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-08 02:07:28 +01:00
Update feed [ iopsys ] package [ u-boot ]
-------------------------------------------------------------------------------
* b9fece4 Add the missing M in the environmental variable bootargs_ubi
-------------------------------------------------------------------------------
commit b9fece495814fec83970688df2cf19a320d05090
Author: Michael Zhang <m.zhang@genexis.eu>
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(-)
-------------------------------------------------------------------------------
This commit is contained in:
parent
5af440548c
commit
b5d073a39f
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue