Update to 4.17-rc7

This commit is contained in:
Ben Hutchings 2018-05-28 16:53:44 +02:00
parent ea4e2c3ad4
commit 257bf132e3
2 changed files with 4 additions and 5 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
linux (4.17~rc6-1~exp1) UNRELEASED; urgency=medium
linux (4.17~rc7-1~exp1) UNRELEASED; urgency=medium
* New upstream release candidate

View File

@ -6,16 +6,15 @@ Forwarded: not-needed
MIPS generic trys to generate uImage when build, which then ask for
u-boot-tools.
Index: b/arch/mips/generic/Platform
===================================================================
--- a/arch/mips/generic/Platform
+++ b/arch/mips/generic/Platform
@@ -11,8 +11,6 @@
@@ -11,9 +11,7 @@
platform-$(CONFIG_MIPS_GENERIC) += generic/
cflags-$(CONFIG_MIPS_GENERIC) += -I$(srctree)/arch/mips/include/asm/mach-generic
load-$(CONFIG_MIPS_GENERIC) += 0xffffffff80100000
-all-$(CONFIG_MIPS_GENERIC) := vmlinux.gz.itb
-its-y := vmlinux.its.S
its-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += board-boston.its.S
its-$(CONFIG_FIT_IMAGE_FDT_NI169445) += board-ni169445.its.S
its-$(CONFIG_FIT_IMAGE_FDT_XILFPGA) += board-xilfpga.its.S