layerscape: update MC firmware to LSDK1712
Updated MC firmware to NXP LSDK1712 release. Used MC firmware git tree on NXP github since it was migrated here from qoriq-open-source github. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
This commit is contained in:
parent
841ad46b90
commit
f613743687
1 changed files with 6 additions and 6 deletions
|
@ -8,13 +8,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ls-mc
|
||||
PKG_SOURCE_DATE:=2014-07-04
|
||||
PKG_SOURCE_DATE:=2014-07-02
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/qoriq-open-source/mc-binary.git
|
||||
PKG_SOURCE_VERSION:=824745fe1580b281bebb808321c3f41353a3140a
|
||||
PKG_MIRROR_HASH:=984c7905af3a4b87b72263de9220901c531fe064f0b89dd2882676354e09ed16
|
||||
PKG_SOURCE_URL:=https://github.com/NXP/qoriq-mc-binary.git
|
||||
PKG_SOURCE_VERSION:=40b0c8b7edfd2d8f989619b12d6352472455c696
|
||||
PKG_MIRROR_HASH:=b3c8db70de8617e5bc033951b5ad3824f98353303870d6035668075daf93382e
|
||||
|
||||
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
|
@ -28,7 +28,7 @@ define Package/layerscape-mc-ls1088ardb
|
|||
DEPENDS:=@TARGET_layerscape
|
||||
TITLE:=NXP LS1088ARDB MC firmware
|
||||
VARIANT:=ls1088ardb
|
||||
CONFIG:=ls1088a/mc_10.3.4_ls1088a_20170929.itb
|
||||
CONFIG:=ls1088a/mc_10.4.0_ls1088a_20171101.itb
|
||||
endef
|
||||
|
||||
define Package/layerscape-mc-ls2088ardb
|
||||
|
@ -37,7 +37,7 @@ define Package/layerscape-mc-ls2088ardb
|
|||
DEPENDS:=@TARGET_layerscape
|
||||
TITLE:=NXP LS2088ARDB MC firmware
|
||||
VARIANT:=ls2088ardb
|
||||
CONFIG:=ls2088a/mc_10.3.4_ls2088a_20170929.itb
|
||||
CONFIG:=ls2088a/mc_10.4.0_ls2088a_20171101.itb
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
|
|
Loading…
Reference in a new issue