]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
kernel: remove RPi DMA allignment revert
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 20 Jun 2019 07:33:17 +0000 (09:33 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 20 Jun 2019 07:33:17 +0000 (09:33 +0200)
TODO: test if RPi works without now or if we need to
revert more of the allignment patches.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/linux

index 7195a7f759bb796d86cd5f51e186f3f9c6220311..6669cf220a5b89543e10bc5ea3f89ce47a355ca3 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -153,13 +153,10 @@ endif
 ifeq "$(KCFG)" "-multi"
        # Apply Arm-multiarch kernel patches.
        cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).patch.xz | patch -Np1
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-4.14-Revert-usb-dwc2-Fix-DMA-alignment.patch
-
 endif
 ifeq "$(BUILD_ARCH)" "aarch64"
        # Apply Arm-multiarch kernel patches.
        cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).patch.xz | patch -Np1
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-4.14-Revert-usb-dwc2-Fix-DMA-alignment.patch
 endif
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-3.14.79-amba-fix.patch