From 175d381fb90629cc95ae7662bb65f226015e1405 Mon Sep 17 00:00:00 2001 From: Jani Juvan Date: Thu, 17 Mar 2022 09:43:38 +0100 Subject: [PATCH] Update feed [ iopsys ] package [ u-boot ] ------------------------------------------------------------------------------- * cc5b0b236c ex400: Set boot bank fallback attributes during upgrade ------------------------------------------------------------------------------- commit cc5b0b236c4536ad4b694407f8ea258c61aaa76c Author: Jani Juvan Date: 2022-02-25 16:43:08 +0100 ex400: Set boot bank fallback attributes during upgrade Base directory -> / cmd/iopsys_upgrade.c | 3 +++ 1 file changed, 3 insertions(+) ------------------------------------------------------------------------------- --- uboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uboot/Makefile b/uboot/Makefile index 7f94d0644..caecd61e4 100644 --- a/uboot/Makefile +++ b/uboot/Makefile @@ -14,10 +14,10 @@ PKG_SOURCE_PROTO:=git ifdef CONFIG_TARGET_iopsys_econet PKG_SOURCE_URL:=https://dev.iopsys.eu/ensemble/u-boot.git -PKG_SOURCE_VERSION:=1b320f0656bfc8504fa4f771dd77d8e403ed00e0 +PKG_SOURCE_VERSION:=cc5b0b236c4536ad4b694407f8ea258c61aaa76c else PKG_SOURCE_URL:=https://dev.iopsys.eu/fork/uboot.git -PKG_SOURCE_VERSION:=826af23a7723ee05dc9bc023d12a83f44aa649f4 +PKG_SOURCE_VERSION:=cc5b0b236c4536ad4b694407f8ea258c61aaa76c endif PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)