summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/ddr-phy/ddr-phy_git.bb4
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
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12REGLEX_lx2160a = "lx2160a" 12REGLEX = "lx2160a"
13 13
14DEPENDS += "atf-tools-native" 14DEPENDS += "atf-tools-native"
15 15
@@ -40,5 +40,5 @@ addtask deploy before do_populate_sysroot after do_install
40PACKAGES += "${PN}-image" 40PACKAGES += "${PN}-image"
41FILES_${PN}-image += "/boot" 41FILES_${PN}-image += "/boot"
42 42
43COMPATIBLE_MACHINE = "(lx2160a)" 43COMPATIBLE_MACHINE = "(lx2160a|lx2162a)"
44PACKAGE_ARCH = "${MACHINE_ARCH}" 44PACKAGE_ARCH = "${MACHINE_ARCH}"