mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
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 <arne_f@ipfire.org>
This commit is contained in:
@@ -153,13 +153,10 @@ endif
|
|||||||
ifeq "$(KCFG)" "-multi"
|
ifeq "$(KCFG)" "-multi"
|
||||||
# Apply Arm-multiarch kernel patches.
|
# Apply Arm-multiarch kernel patches.
|
||||||
cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).patch.xz | patch -Np1
|
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
|
endif
|
||||||
ifeq "$(BUILD_ARCH)" "aarch64"
|
ifeq "$(BUILD_ARCH)" "aarch64"
|
||||||
# Apply Arm-multiarch kernel patches.
|
# Apply Arm-multiarch kernel patches.
|
||||||
cd $(DIR_APP) && xzcat $(DIR_DL)/arm-multi-patches-$(ARM_PATCHES).patch.xz | patch -Np1
|
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
|
endif
|
||||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-3.14.79-amba-fix.patch
|
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux/linux-3.14.79-amba-fix.patch
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user