diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-12-15 09:46:26 +0530 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-16 08:38:13 -0300 |
commit | dc5cf144cd1b11e7f112ba8d6b26ba20f031bb9f (patch) | |
tree | b3cd604f576706e1f5313c682e01d0ab5fc88d4d /recipes-bsp/uefi | |
parent | 530e6aadeeea8ceab487896dd4954c529745d20e (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-bsp/uefi')
-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 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" | |||
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= "e95ed52322f15437f98dee2b27de45a7495d648c" | 9 | SRCREV= "83a97bf09bb8880933416bc358112503c64ddae4" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||