summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2023-07-25 07:42:12 +0800
committerJun Zhu <junzhu@nxp.com>2023-07-25 14:55:03 +0800
commitb3507b21e38c3ea2d21b2b14763857a3fa7e848f (patch)
tree51488d11afc2bbf3c04c6448805ce943a0e5bc10
parent1fec47836b5d077acb0417d561a09fecc64ac62f (diff)
downloadmeta-freescale-b3507b21e38c3ea2d21b2b14763857a3fa7e848f.tar.gz
rcw: Update to commit 020dcf0
- Integrate ls104ardb nandboot with 4K Pagesize of NAND flash. Signed-off-by: Jun Zhu <junzhu@nxp.com>
-rw-r--r--recipes-bsp/rcw/rcw_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 901fed5d..5721313b 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -8,7 +8,7 @@ DEPENDS += "tcl-native"
8inherit deploy siteinfo 8inherit deploy siteinfo
9 9
10SRC_URI = "git://github.com/nxp-qoriq/rcw;protocol=https;nobranch=1" 10SRC_URI = "git://github.com/nxp-qoriq/rcw;protocol=https;nobranch=1"
11SRCREV = "a4db86818de35d0168a48d3f17878ec68fb1cf6d" 11SRCREV = "020dcf0645959afec6705f518e8350476891ef4f"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14