diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2021-02-18 23:27:01 +0100 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2021-04-11 19:14:05 +0200 |
commit | e4a2db1d167be17be08b56327abcfc6484c2570c (patch) | |
tree | 93c4008d9b896e5a2862d83ba9373eef8cbb5267 /target/linux/mxs/Makefile | |
parent | cd7a9909d54a860443350d18848e9ba4df2609d3 (diff) | |
download | upstream-e4a2db1d167be17be08b56327abcfc6484c2570c.tar.gz upstream-e4a2db1d167be17be08b56327abcfc6484c2570c.tar.bz2 upstream-e4a2db1d167be17be08b56327abcfc6484c2570c.zip |
mxs: add support for 5.10 as testing kernel
The 100-ARM-dts-imx23-introduce-mmc0_sck_cfg.patch does
not need to be copied over as it's already merged upstream.
Other notable change is the USB_CHIPIDEA_OF change to
USB_CHIPIDEA_IMX [1].
[1] https://www.spinics.net/lists/linux-usb/msg193347.html
Compile/runtime-tested on Olinuxino Micro (imx23).
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'target/linux/mxs/Makefile')
-rw-r--r-- | target/linux/mxs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mxs/Makefile b/target/linux/mxs/Makefile index c8c97d827d..50de5418c1 100644 --- a/target/linux/mxs/Makefile +++ b/target/linux/mxs/Makefile @@ -11,6 +11,7 @@ FEATURES:=ext4 rtc usb gpio CPU_TYPE:=arm926ej-s KERNEL_PATCHVER:=5.4 +KERNEL_TESTING_PATCHVER:=5.10 KERNELNAME:=zImage dtbs define Target/Description |