Fix aclk and iommu issues

Fixes issue #4
reorganized patches-tested to seperate dts and kernel
This commit is contained in:
SolidHal 2018-08-26 13:16:26 -05:00
parent ea1b984f6d
commit 2f162bce46
5 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ make clean
make mrproper
#Apply the usb and mmc patches if unapplied
[ "$FRESH" = true ] && for i in ../patches-tested/*.patch; do patch -p1 < $i; done
[ "$FRESH" = true ] && for i in ../patches-tested/DTS/*.patch; do patch -p1 < $i; done
[ "$FRESH" = true ] && for i in ../patches-tested/kernel/*.patch; do patch -p1 < $i; done
#Apply all of the rockMyy patches that make sense
[ "$TEST_PATCHES" = true ] && for i in ../patches-untested/kernel/*.patch; do patch -p1 < $i; done
[ "$TEST_PATCHES" = true ] && for i in ../patches-untested/DTS/*.patch; do patch -p1 < $i; done