ar71xx: refresh 4.1 patches
[openwrt/openwrt.git] / target / linux / ar71xx / patches-4.1 / 507-MIPS-ath79-prom-add-myloader-support.patch
index 1761fcd325d8af0d251e654dcdc48b18dc10fa93..17a97335d20b6598784e2acfb44dac7c2e69465b 100644 (file)
@@ -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));
  }