summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-04-12 13:26:45 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-05-02 17:54:57 -0300
commit5762de9ccf7369d9251a48910206738a9f8d73e8 (patch)
tree57fbf5a57985cd579af5661a81911cac4f9f80ae
parent9d686dcbe7a93c7c6747a6f5d8b136e75f2ed714 (diff)
downloadmeta-freescale-5762de9ccf7369d9251a48910206738a9f8d73e8.tar.gz
ls2-rcw: update to 5d4624f
*include the following changes 5d4624f - ls2088a: Add RCW with a new SerDes protocol fe6844e - board: ls1012aqds: Add support of 0x2205 SerDes protocol 900340e - ls2088aqds: Add initial RCW binaries 32c580c - ls2088ardb: Add RCWs for serdes protocl 0x2a_0x41 Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/rcw/ls2-rcw_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/rcw/ls2-rcw_git.bb b/recipes-bsp/rcw/ls2-rcw_git.bb
index b4fba4a9..019ae352 100644
--- a/recipes-bsp/rcw/ls2-rcw_git.bb
+++ b/recipes-bsp/rcw/ls2-rcw_git.bb
@@ -9,7 +9,7 @@ INHIBIT_DEFAULT_DEPS = "1"
9PACKAGE_ARCH = "${MACHINE_ARCH}" 9PACKAGE_ARCH = "${MACHINE_ARCH}"
10 10
11SRC_URI = "git://git.freescale.com/ppc/sdk/ls2-rcw.git;nobranch=1" 11SRC_URI = "git://git.freescale.com/ppc/sdk/ls2-rcw.git;nobranch=1"
12SRCREV = "83a7a661404b760874759073c9f14c8c2c8a9af3" 12SRCREV = "5d4624f74ad2744160060a006b7b5a6359d69142"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15