From: Arne Fitzenreiter Date: Thu, 20 Jun 2019 07:33:17 +0000 (+0200) Subject: kernel: remove RPi DMA allignment revert X-Git-Tag: v2.23-core135~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a8fef331dd2950705c1d32ec314fa72a84463d9;p=ipfire-2.x.git kernel: remove RPi DMA allignment revert TODO: test if RPi works without now or if we need to revert more of the allignment patches. Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/linux b/lfs/linux index 7195a7f759..6669cf220a 100644 --- 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