From 7ba6c87efd36eabe97570d69c914b6e3ebffe1b1 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 22 Apr 2014 08:08:19 +0000 Subject: Refresh patches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refresh uboot-lantiq patches. Signed-off-by: Álvaro Fernández Rojas git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40546 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches/0019-Makefile-add-Lantiq-NAND-SPL-images.patch | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'package/boot/uboot-lantiq/patches/0019-Makefile-add-Lantiq-NAND-SPL-images.patch') diff --git a/package/boot/uboot-lantiq/patches/0019-Makefile-add-Lantiq-NAND-SPL-images.patch b/package/boot/uboot-lantiq/patches/0019-Makefile-add-Lantiq-NAND-SPL-images.patch index 4ea965c72c..53df7acfa7 100644 --- a/package/boot/uboot-lantiq/patches/0019-Makefile-add-Lantiq-NAND-SPL-images.patch +++ b/package/boot/uboot-lantiq/patches/0019-Makefile-add-Lantiq-NAND-SPL-images.patch @@ -5,8 +5,6 @@ Subject: Makefile: add Lantiq NAND SPL images Signed-off-by: Daniel Schwierzeck -diff --git a/.gitignore b/.gitignore -index 7abdc37..869b1b8 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,9 @@ @@ -19,11 +17,9 @@ index 7abdc37..869b1b8 100644 /u-boot.lzma.img /u-boot.lzo.img -diff --git a/Makefile b/Makefile -index 73ec67d..0445035 100644 --- a/Makefile +++ b/Makefile -@@ -599,6 +599,24 @@ $(obj)u-boot.ltq.lzma.sfspl: $(obj)u-boot.lzma.img $(obj)spl/u-boot-spl.bin +@@ -599,6 +599,24 @@ $(obj)u-boot.ltq.lzma.sfspl: $(obj)u-boo $(obj)tools/ltq-boot-image -t sfspl -e $(CONFIG_SPL_TEXT_BASE) \ -s $(obj)spl/u-boot-spl.bin -u $< -o $@ @@ -48,6 +44,3 @@ index 73ec67d..0445035 100644 $(obj)u-boot.ltq.norspl: $(obj)u-boot.img $(obj)spl/u-boot-spl.bin cat $(obj)spl/u-boot-spl.bin $< > $@ --- -1.8.3.2 - -- cgit v1.2.3