diff options
author | Jun Zhu <junzhu@nxp.com> | 2023-07-25 07:42:12 +0800 |
---|---|---|
committer | Jun Zhu <junzhu@nxp.com> | 2023-07-25 14:55:03 +0800 |
commit | b3507b21e38c3ea2d21b2b14763857a3fa7e848f (patch) | |
tree | 51488d11afc2bbf3c04c6448805ce943a0e5bc10 /recipes-bsp | |
parent | 1fec47836b5d077acb0417d561a09fecc64ac62f (diff) | |
download | meta-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>
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 901fed5d..5721313b 100644 --- a/recipes-bsp/rcw/rcw_git.bb +++ b/recipes-bsp/rcw/rcw_git.bb | |||
@@ -8,7 +8,7 @@ DEPENDS += "tcl-native" | |||
8 | inherit deploy siteinfo | 8 | inherit deploy siteinfo |
9 | 9 | ||
10 | SRC_URI = "git://github.com/nxp-qoriq/rcw;protocol=https;nobranch=1" | 10 | SRC_URI = "git://github.com/nxp-qoriq/rcw;protocol=https;nobranch=1" |
11 | SRCREV = "a4db86818de35d0168a48d3f17878ec68fb1cf6d" | 11 | SRCREV = "020dcf0645959afec6705f518e8350476891ef4f" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||