diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2018-01-18 16:36:49 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-13 10:01:51 +0100 |
commit | 0f7c83bb2691c153ddd54b109b7c198267bda0b2 (patch) | |
tree | b51e36408ddcd9c3a86e05dea312829bfa3ab4ca /package/firmware | |
parent | 13b2735a46690f1bebe819eeb47f97b08e8129db (diff) | |
download | upstream-0f7c83bb2691c153ddd54b109b7c198267bda0b2.tar.gz upstream-0f7c83bb2691c153ddd54b109b7c198267bda0b2.tar.bz2 upstream-0f7c83bb2691c153ddd54b109b7c198267bda0b2.zip |
layerscape: update ppfe firmware to LSDK1712
Updated ppfe firmware to NXP LSDK1712 release. Used
ppfe 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>
Diffstat (limited to 'package/firmware')
-rw-r--r-- | package/firmware/layerscape/ppfe-firmware/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/firmware/layerscape/ppfe-firmware/Makefile b/package/firmware/layerscape/ppfe-firmware/Makefile index 419201e87e..dc73f9397b 100644 --- a/package/firmware/layerscape/ppfe-firmware/Makefile +++ b/package/firmware/layerscape/ppfe-firmware/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ppfe -PKG_SOURCE_DATE:=2017-10-13 +PKG_SOURCE_DATE:=2017-12-05 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/qoriq-open-source/engine-pfe-bin.git -PKG_SOURCE_VERSION:=97cd13d3070d7199e62881bc495b332194b67edd -PKG_MIRROR_HASH:=3457bfe7201a8410443f34d4bb5fa67d4ff19e2d0f3957e84e3f20e2ae3fa34a +PKG_SOURCE_URL:=https://github.com/NXP/qoriq-engine-pfe-bin.git +PKG_SOURCE_VERSION:=848002fe4e0e3efb8d13a813e5c123bbc87aa95b +PKG_MIRROR_HASH:=b6867be2f5826e807db15256996e11303ca7bbe06ac18448cbf68827d9a59ae2 PKG_FLAGS:=nonshared @@ -31,7 +31,7 @@ define Package/layerscape-ppfe CONFIG_FW:=ls1012a/u-boot/pfe_fw_sbl.itb CONFIG_BIN1:=ls1012a/slow_path/ppfe_class_ls1012a.elf CONFIG_BIN2:=ls1012a/slow_path/ppfe_tmu_ls1012a.elf - CONFIG_LIC:=Freescale-Binary-EULA + CONFIG_LIC:=NXP-Binary-EULA.txt endef define Build/Compile |