summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-4.1/507-MIPS-ath79-prom-add-myloader-support.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-07-19 17:58:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-07-19 17:58:46 +0000
commit2a74944f0734d537effcd752f40f064aa6a1309b (patch)
tree9fe1e45fea323ff123f37a839740a20cc0114855 /target/linux/ar71xx/patches-4.1/507-MIPS-ath79-prom-add-myloader-support.patch
parent78b1a6b773aaebdeff6f6b43df98598749e44930 (diff)
downloadmaster-31e0f0ae-2a74944f0734d537effcd752f40f064aa6a1309b.tar.gz
master-31e0f0ae-2a74944f0734d537effcd752f40f064aa6a1309b.tar.bz2
master-31e0f0ae-2a74944f0734d537effcd752f40f064aa6a1309b.zip
ar71xx: refresh 4.1 patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46427
Diffstat (limited to 'target/linux/ar71xx/patches-4.1/507-MIPS-ath79-prom-add-myloader-support.patch')
-rw-r--r--target/linux/ar71xx/patches-4.1/507-MIPS-ath79-prom-add-myloader-support.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-4.1/507-MIPS-ath79-prom-add-myloader-support.patch b/target/linux/ar71xx/patches-4.1/507-MIPS-ath79-prom-add-myloader-support.patch
index 1761fcd325..17a97335d2 100644
--- a/target/linux/ar71xx/patches-4.1/507-MIPS-ath79-prom-add-myloader-support.patch
+++ b/target/linux/ar71xx/patches-4.1/507-MIPS-ath79-prom-add-myloader-support.patch
@@ -1,6 +1,6 @@
--- a/arch/mips/ath79/prom.c
+++ b/arch/mips/ath79/prom.c
-@@ -18,6 +18,7 @@
+@@ -19,6 +19,7 @@
#include <asm/bootinfo.h>
#include <asm/addrspace.h>
#include <asm/fw/fw.h>
@@ -8,7 +8,7 @@
#include "common.h"
-@@ -31,10 +32,44 @@ static void __init ath79_prom_append_cmd
+@@ -32,10 +33,44 @@ static void __init ath79_prom_append_cmd
strlcat(arcs_cmdline, ath79_cmdline_buf, sizeof(arcs_cmdline));
}