From 3a8fef331dd2950705c1d32ec314fa72a84463d9 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 20 Jun 2019 09:33:17 +0200 Subject: [PATCH] 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 --- lfs/linux | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.2