summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-12-15 09:46:26 +0530
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-16 08:38:13 -0300
commitdc5cf144cd1b11e7f112ba8d6b26ba20f031bb9f (patch)
treeb3cd604f576706e1f5313c682e01d0ab5fc88d4d
parent530e6aadeeea8ceab487896dd4954c529745d20e (diff)
downloadmeta-freescale-dc5cf144cd1b11e7f112ba8d6b26ba20f031bb9f.tar.gz
uefi: update to 83a97bf
add support for ACPI mode on LX2160A and LS1046A Signed-off-by: Ting Liu <ting.liu@nxp.com>
-rw-r--r--recipes-bsp/uefi/uefi_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb
index f94a67e2..780208d9 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"
6inherit deploy 6inherit deploy
7 7
8SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1" 8SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1"
9SRCREV= "e95ed52322f15437f98dee2b27de45a7495d648c" 9SRCREV= "83a97bf09bb8880933416bc358112503c64ddae4"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12