aboutsummaryrefslogtreecommitdiffstats
path: root/package/firmware/layerscape/ls-rcw/patches/0002-Convert-to-python3.patch
Commit message (Collapse)AuthorAgeFilesLines
* layerscape: update ls-rcw to latest LSDK-20.04Yangbo Lu2020-05-071-504/+0
| | | | | | | | Update ls-rcw to latest LSDK-20.04. Update patch 0001 with a new one. Drop patch 0002 since it had been integrated. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
* layerscape: convert to python3 for rcwYangbo Lu2019-07-261-0/+504
Python 2.7 will not be maintained past 2020. Let's convert to python3 for rcw. Also drop byte swapping since TF-A had been already used which handled byte swapping instead. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>