X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-4.4%2F092-MIPS-ZBOOT-copy-appended-dtb-to-the-end-of-the-kerne.patch;h=dd048f95b313f82d0ab5b31ce305c15bf05315c3;hb=4f6837180e9aca525b107891e5f53373dc802038;hp=a23a8d00fd943110f5073a25ba120fbbd24c882b;hpb=0082e90e4f7ed2814065239a9d57d06cfbda0993;p=openwrt%2Fopenwrt.git diff --git a/target/linux/generic/patches-4.4/092-MIPS-ZBOOT-copy-appended-dtb-to-the-end-of-the-kerne.patch b/target/linux/generic/patches-4.4/092-MIPS-ZBOOT-copy-appended-dtb-to-the-end-of-the-kerne.patch index a23a8d00fd..dd048f95b3 100644 --- a/target/linux/generic/patches-4.4/092-MIPS-ZBOOT-copy-appended-dtb-to-the-end-of-the-kerne.patch +++ b/target/linux/generic/patches-4.4/092-MIPS-ZBOOT-copy-appended-dtb-to-the-end-of-the-kerne.patch @@ -27,7 +27,7 @@ Signed-off-by: Ralf Baechle --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -2756,10 +2756,10 @@ choice +@@ -2754,10 +2754,10 @@ choice the documented boot protocol using a device tree. config MIPS_RAW_APPENDED_DTB @@ -40,7 +40,7 @@ Signed-off-by: Ralf Baechle (e.g. cat vmlinux.bin .dtb > vmlinux_w_dtb). This is meant as a backward compatibility convenience for those -@@ -2771,24 +2771,6 @@ choice +@@ -2769,24 +2769,6 @@ choice look like a DTB header after a reboot if no actual DTB is appended to vmlinux.bin. Do not leave this option active in a production kernel if you don't intend to always append a DTB.