diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-07-05 10:33:02 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-07-12 17:18:34 -0300 |
commit | 37f84396977e90f4c78a20430f61573baff1eb21 (patch) | |
tree | 094ecaa9a0c8a6cd0faaaae1c1fd4b2496428b7e | |
parent | fd0fbb2abde8c296c4a350ad4335b64b6d9c01c2 (diff) | |
download | meta-freescale-37f84396977e90f4c78a20430f61573baff1eb21.tar.gz |
rcw: update to 93358b4
*update to lsdk 1906 tag
include the following changes:
93358b4 - rcw.py: Update comments for loadwochecksum command
de68a41 - ls2088aqds: Corrected MEM2_PLL_RAT for DP-DDR frequency
ac05bc4 - ls1046afrwy: fix a compiling error issue
a25dde7 - Add init rcw support for ls1028a platform
de0baa2 - rcw.py: Add Support to Load RCW without checksum
b99ec29 - ls1046a: ls1046afrwy: frwy-ls1046a platform support
498de8d - LX2160: Add workaround of errata A-011270
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-rw-r--r-- | recipes-bsp/rcw/rcw_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb index ba26ef24..3808a712 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" | |||
8 | inherit deploy siteinfo | 8 | inherit deploy siteinfo |
9 | 9 | ||
10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;nobranch=1" | 10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;nobranch=1" |
11 | SRCREV = "f1377876cc06a87ec8afa8a3412ca7c8455861f2" | 11 | SRCREV = "93358b4872bc69f1e3757739d70f20c8b18894e4" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||