diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2017-10-16 09:52:32 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-11-10 23:00:47 +0100 |
commit | 85e0d259d242c8918255497edad2c87e8c903ac8 (patch) | |
tree | 4ac79f1a79f99ad2f73284b0abad7ac8e9742524 /package/firmware/rcw/patches | |
parent | 4e209e07f780211e1b5f1a4b16980481f167227f (diff) | |
download | upstream-85e0d259d242c8918255497edad2c87e8c903ac8.tar.gz upstream-85e0d259d242c8918255497edad2c87e8c903ac8.tar.bz2 upstream-85e0d259d242c8918255497edad2c87e8c903ac8.zip |
layerscape: move fman/rcw/ppfe packages to layerscape/
This patch is to create a layerscape directory for all
firmware packages of layerscape.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'package/firmware/rcw/patches')
-rw-r--r-- | package/firmware/rcw/patches/0001-makefile-generate-byte_swap-rcw-for-ls1046ardb.patch | 26 |
1 files changed, 0 insertions, 26 deletions
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 index 1eac881899..0000000000 --- a/package/firmware/rcw/patches/0001-makefile-generate-byte_swap-rcw-for-ls1046ardb.patch +++ /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 - |