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)