mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
ls1021atsn: Suggest the NXP RCW github repo
As explained in the text at the bottom of the page https://source.codeaurora.org/external/qoriq/qoriq-components/rcw: "QUIC repositories on this site will not receive any updates after March 31, 2022, and will be deleted on March 31, 2023." Point to the NXP RCW github repo instead. Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
73a3f51391
commit
a25dad7459
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ To compile and flash an SD card image::
|
|||
|
||||
For the QSPI flash, first obtain the Reset Configuration Word binary for
|
||||
bootimg from the QSPI flash from the rcw project
|
||||
(https://source.codeaurora.org/external/qoriq/qoriq-components/rcw)::
|
||||
(https://github.com/nxp-qoriq/rcw)::
|
||||
|
||||
make -j 8 && sudo cp ls1021atsn/SSR_PNS_30/rcw_1200_qspiboot.bin.swapped /srv/tftpboot/
|
||||
|
||||
|
|
Loading…
Reference in a new issue