diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-12-16 11:03:13 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-16 08:32:13 -0300 |
commit | cd59a5425a2ad1391ee71d0d2fea63997e9a7cb2 (patch) | |
tree | 866ebc21f9df5e68f3df33ef74b1e5d564deebe0 /recipes-bsp | |
parent | d633cad62882e499ae2738bf5b6c20441dcd5d85 (diff) | |
download | meta-freescale-cd59a5425a2ad1391ee71d0d2fea63997e9a7cb2.tar.gz |
ddr-phy: add support for lx2162aqds
LX2162A is LX2160A based processor. They share the same ddr binaries.
Remove override '_lx2160a' and add lx2162a into COMPATIBLE_MACHINE.
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/ddr-phy/ddr-phy_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/ddr-phy/ddr-phy_git.bb b/recipes-bsp/ddr-phy/ddr-phy_git.bb index 31f6c101..17893733 100644 --- a/recipes-bsp/ddr-phy/ddr-phy_git.bb +++ b/recipes-bsp/ddr-phy/ddr-phy_git.bb | |||
@@ -9,7 +9,7 @@ SRCREV = "fbc036b88acb6c06ffed02c898cbae9856ec75ba" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | REGLEX_lx2160a = "lx2160a" | 12 | REGLEX = "lx2160a" |
13 | 13 | ||
14 | DEPENDS += "atf-tools-native" | 14 | DEPENDS += "atf-tools-native" |
15 | 15 | ||
@@ -40,5 +40,5 @@ addtask deploy before do_populate_sysroot after do_install | |||
40 | PACKAGES += "${PN}-image" | 40 | PACKAGES += "${PN}-image" |
41 | FILES_${PN}-image += "/boot" | 41 | FILES_${PN}-image += "/boot" |
42 | 42 | ||
43 | COMPATIBLE_MACHINE = "(lx2160a)" | 43 | COMPATIBLE_MACHINE = "(lx2160a|lx2162a)" |
44 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 44 | PACKAGE_ARCH = "${MACHINE_ARCH}" |