Browse Source

tools: Refresh linux-arm.patch

Just like the unversioned configuration file is used
unless a more specific version is requested, and in particular
every time the latest kernel is built, it makes sense that
the patch would have the same behavior.

This avoid the awkward situation where, as it happened when
introducing 4.14.79, a new file is introduced despite the
previous version of the patch being applicable as-is.

Going forward, creating a named patch file will only be
necessary when adding support for a new major release of
Raspbian.
master
Andrea Bolognani 6 years ago
parent
commit
dda5436278
  1. 17
      tools/linux-arm.patch

17
tools/linux-arm.patch

@ -1,8 +1,8 @@
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index b5d529fdffab..5bd83d386f50 100644
index d1346a160760..8de93ddc6f27 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -669,7 +669,7 @@ config ARCH_MULTI_V5
@@ -670,7 +670,7 @@ config ARCH_MULTI_V5
select ARCH_MULTI_V4_V5
select CPU_ARM926T if !(CPU_ARM946E || CPU_ARM1020 || \
CPU_ARM1020E || CPU_ARM1022 || CPU_ARM1026 || \
@ -12,10 +12,10 @@ index b5d529fdffab..5bd83d386f50 100644
config ARCH_MULTI_V4_V5
bool
diff --git a/arch/arm/mach-versatile/Kconfig b/arch/arm/mach-versatile/Kconfig
index c257d40ca51d..bb906ed1f492 100644
index f5c275434d6c..87ff5f5379a9 100644
--- a/arch/arm/mach-versatile/Kconfig
+++ b/arch/arm/mach-versatile/Kconfig
@@ -6,7 +6,7 @@ config ARCH_VERSATILE
@@ -7,7 +7,7 @@ config ARCH_VERSATILE
select ARM_VIC
select CLKSRC_VERSATILE
select COMMON_CLK_VERSATILE
@ -25,16 +25,15 @@ index c257d40ca51d..bb906ed1f492 100644
select MFD_SYSCON
select PLAT_VERSATILE
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 87d251e93913..3e783895a981 100644
index 91adb0d9936c..a56fea56902d 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -6,7 +6,7 @@ comment "MMC/SD/SDIO Host Controller Drivers"
config MMC_BCM2835
config MMC_BCM2835_MMC
tristate "MMC support on BCM2835"
- depends on ARCH_BCM2835
+ depends on ARCH_BCM2835 || ARCH_VERSATILE
- depends on MACH_BCM2708 || MACH_BCM2709 || ARCH_BCM2835
+ depends on MACH_BCM2708 || MACH_BCM2709 || ARCH_BCM2835 || ARCH_VERSATILE
help
This selects the MMC Interface on BCM2835.

Loading…
Cancel
Save