From d72a2d9dd98e24c22b7083f45f62fef93c261d15 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Wed, 27 Jun 2018 17:26:02 +0800 Subject: rcw: update to 1f43bef4b4475d8e81c9 *include the following changes: 1f43bef - Fix PBI command length for both ls1088ard and ls1088aqds boards. 32f8b4f - ls2088ardb_rev1.1: Add rcw_2100.rcw for serdes protocol 2a_41 84078ad - Include auto swapped binaries for qspiboot during install target 8646cf1 - ls2088ardb: Add rcw_2100.rcw for serdes protocol 2a_41 591b59d - ls1012a: Add ls1012afrwy RCW configuration files fd6b9ef - Add support to auto swap rcw for qspiboot if required. 6f514c1 - Ls1043aqds: Fix building error for rcw_1600.rcw Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- recipes-bsp/rcw/rcw_git.bb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'recipes-bsp/rcw') diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index 0f5c94e1..02754cb8 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb @@ -8,7 +8,7 @@ DEPENDS += "change-file-endianess-native tcl-native" inherit deploy siteinfo SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;nobranch=1" -SRCREV = "baa4117294631db9e6ac2baa03ed5bdb793d7a81" +SRCREV = "1f43bef4b4475d8e81c9b3b8c5bdd6c1ce8cfa6c" S = "${WORKDIR}/git" @@ -23,14 +23,6 @@ do_install () { else oe_runmake BOARDS=${M} DESTDIR=${D}/boot/rcw/ install fi - for f in `find ${D}/boot/rcw/ -name "*qspiboot*"`;do - if echo $f |grep -q "qspiboot_sben"; then - continue - fi - f_swap=`echo $f |sed -e 's/qspiboot/qspiboot_swap/'` - tclsh ${STAGING_BINDIR_NATIVE}/byte_swap.tcl $f $f_swap 8 - mv -f $f_swap $f - done } do_deploy () { -- cgit v1.2.3-54-g00ecf