diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2017-12-25 14:38:11 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-12-26 23:30:59 +0100 |
commit | ab8da4d2854908578fefa08f73c4a87716127f68 (patch) | |
tree | fc3b5d936e660f030a41da6100ad0f5d97e9361f /package/firmware/layerscape/ls-rcw/Makefile | |
parent | 5741835ed48c9205ff2cfd9f5ee9fe8fd997cad5 (diff) | |
download | upstream-ab8da4d2854908578fefa08f73c4a87716127f68.tar.gz upstream-ab8da4d2854908578fefa08f73c4a87716127f68.tar.bz2 upstream-ab8da4d2854908578fefa08f73c4a87716127f68.zip |
layerscape: add byte_swap.py script for ls-rcw package
This patch is to add a byte_swap.py script for rcw bin
byte swapping instead of using tclsh.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'package/firmware/layerscape/ls-rcw/Makefile')
-rw-r--r-- | package/firmware/layerscape/ls-rcw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firmware/layerscape/ls-rcw/Makefile b/package/firmware/layerscape/ls-rcw/Makefile index b0d582ef20..70791d47b6 100644 --- a/package/firmware/layerscape/ls-rcw/Makefile +++ b/package/firmware/layerscape/ls-rcw/Makefile @@ -38,7 +38,7 @@ endef define rcw/ls1046ardb TITLE=RCW binary $(PKG_VERSION) for NXP ls1046ardb 64b/32b Dev Board - CONFIG=ls1046ardb/RR_FFSSPPPH_1133_5559/rcw_1800_qspiboot_swap.bin + CONFIG=ls1046ardb/RR_FFSSPPPH_1133_5559/rcw_1800_qspiboot.bin.swap endef define rcw/ls1012ardb |