diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-04-21 06:57:21 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-05-06 15:52:35 -0300 |
commit | 66c5b8076096c1b92be712e6d41e6848799fd424 (patch) | |
tree | cd1543152e9ee54162515d42f27ceca4487b799b | |
parent | 3f49905b0af22a2118cdb33af7c2552b37955301 (diff) | |
download | meta-freescale-66c5b8076096c1b92be712e6d41e6848799fd424.tar.gz |
uefi: update to e95ed52
Main updates:
Common binary support for LX2-Rev1 and LX2-Rev2
LX2160A: PCIe ECAM Support
Inphi: skip error return if all PLLs are not locked
Signed-off-by: Ting Liu <ting.liu@nxp.com>
-rw-r--r-- | recipes-bsp/uefi/uefi_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb index 77f992f9..f94a67e2 100644 --- a/recipes-bsp/uefi/uefi_git.bb +++ b/recipes-bsp/uefi/uefi_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315" | |||
6 | inherit deploy | 6 | inherit deploy |
7 | 7 | ||
8 | SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1" | 8 | SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1" |
9 | SRCREV= "cd84334952594b241f331829d6a092ffe971eb2d" | 9 | SRCREV= "e95ed52322f15437f98dee2b27de45a7495d648c" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||