From 3f49905b0af22a2118cdb33af7c2552b37955301 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Sat, 18 Apr 2020 17:59:12 +0800 Subject: [PATCH] rcw: install rev2 binaries for lx2160ardb Now LX2160A rev2 is supported. Install rcw for both rev1 and rev2. LX2160A rev2 processor fixes some PCIe/qDMA/SATA/USB/FlexCAN issues. A new Reference Design Board (https://www.nxp.com/part/LX2160A-RDB-B) ships it. RCW binaries in folder lx2160ardb_rev2 is for the Reference Design Board with Rev 2 processor. Old boards uses rcw binariess in folder lx2160ardb. Signed-off-by: Ting Liu --- recipes-bsp/rcw/rcw_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index a2172df1..ad24ea33 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb @@ -19,6 +19,7 @@ M="${@d.getVar('MACHINE').replace('-64b','').replace('-32b','').replace('-${SITE BOARD_TARGETS="${M}" BOARD_TARGETS_ls2088ardb="${M} ${M}_rev1.1" BOARD_TARGETS_ls1088ardb-pb="ls1088ardb" +BOARD_TARGETS_lx2160ardb = "${M} ${M}_rev2" do_install () { for BT in ${BOARD_TARGETS} -- 2.40.1