layerscape: move fman/rcw/ppfe packages to layerscape/
[openwrt/openwrt.git] / package / firmware / rcw / patches / 0001-makefile-generate-byte_swap-rcw-for-ls1046ardb.patch
diff --git a/package/firmware/rcw/patches/0001-makefile-generate-byte_swap-rcw-for-ls1046ardb.patch b/package/firmware/rcw/patches/0001-makefile-generate-byte_swap-rcw-for-ls1046ardb.patch
deleted file mode 100644 (file)
index 1eac881..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-From 6836519a638a0c30ef3d2137c248a1a9f1befbc4 Mon Sep 17 00:00:00 2001
-From: Yangbo Lu <yangbo.lu@nxp.com>
-Date: Tue, 4 Jul 2017 20:25:40 +0800
-Subject: [PATCH] makefile: generate byte_swap rcw for ls1046ardb
-
-Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
----
- Makefile | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/Makefile b/Makefile
-index fb55c8b..ab1b573 100644
---- a/Makefile
-+++ b/Makefile
-@@ -11,6 +11,8 @@ all install clean:
-       @for board in $(BOARDS); do \
-               $(MAKE) -C $$board $@ DESTDIR=$(DESTDIR)/$$board; \
-       done
-+      tclsh ./tools/byte_swap.tcl ls1046ardb/RR_FFSSPPPH_1133_5559/rcw_1800_qspiboot.bin  \
-+              ls1046ardb/RR_FFSSPPPH_1133_5559/rcw_1800_qspiboot_swap.bin 8
- release: $(foreach board,$(BOARDS),rcw-$(board)-$(VER).tar.gz)
--- 
-2.7.4
-