diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-09-29 16:59:36 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-01 13:51:02 -0300 |
commit | 91da452f0d36375bab03da51501e15f8e1b363bc (patch) | |
tree | 6de05f317701a87d667b693645870f7c56001fd4 /recipes-bsp | |
parent | e9794aca82d4a2d1053f0edc9bb03ce239a98d61 (diff) | |
download | meta-freescale-91da452f0d36375bab03da51501e15f8e1b363bc.tar.gz |
rcw: udpate to 04ec3bb
*update to lsdk 1809 tag
include the following changes:
04ec3bb - Arm64:ls2088a: Add the workaround of errata A-008851
927445c - Arm64:ls2088aqds:dts: Remove the PBI_LENTH property
6915c63 - ls1088ardb_pb: Add serdes protocol _0x1d_0x13.
b0ee8b7 - ls2088ardb_rev1.1: add RCW configuration file for enable dspi.
81d3f97 - ls2088ardb: add RCW configuration file for enable dspi.
9f85946 - fix DESTDIR value and 'make clean' command
ce2fdf7 - ls1043a: qspi_boot: Update u-boot address according to DASH memory mapping
1514c10 - Revert "ls1043a: Fix QSPI endian issue for QSPI boot on LS1043AQDS"
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-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 8789961c..a1059853 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 fsl-eula-unpack | 8 | inherit deploy siteinfo fsl-eula-unpack |
9 | 9 | ||
10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;fsl-eula=true;nobranch=1" | 10 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/rcw;fsl-eula=true;nobranch=1" |
11 | SRCREV = "1f43bef4b4475d8e81c9b3b8c5bdd6c1ce8cfa6c" | 11 | SRCREV = "04ec3bbc210fd0d7762c26c0e72182eca5e26deb" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||