diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-15 21:43:59 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-18 21:45:49 +0200 |
commit | 44b9175d7cb8aeb6d407f861848a398ad9336304 (patch) | |
tree | c6af986d4b539c66de20a6d045426c893d8367f4 /target/linux/omap/Makefile | |
parent | 398edca82e156747fed6917c79195da1c8c0c863 (diff) | |
download | upstream-44b9175d7cb8aeb6d407f861848a398ad9336304.tar.gz upstream-44b9175d7cb8aeb6d407f861848a398ad9336304.tar.bz2 upstream-44b9175d7cb8aeb6d407f861848a398ad9336304.zip |
omap: Add support for kernel 4.9
This adds support for kernel 4.9 and replaces the kernel 4.4 support.
These are lynxis test results:
panda-board a3 - works, but no network, but master/4.4 doesn't have network either.
panda-board-a4 - u-boot SPL refuse to boot.
beaglebone-black - works
beagle-board - usb attached network doesn't come up and I doesn't have a serial around.
beagle-board-xm - ToDo: image code is missing.
Kernel 4.4 does not look better, so we merge this anyway.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'target/linux/omap/Makefile')
-rw-r--r-- | target/linux/omap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index 34dc9a4b5e..d8c0fd88e9 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -14,7 +14,7 @@ FEATURES:=usb usbgadget ext4 targz fpu audio display nand ubifs CPU_TYPE:=cortex-a8 CPU_SUBTYPE:=vfpv3 -KERNEL_PATCHVER:=4.4 +KERNEL_PATCHVER:=4.9 MAINTAINER:=Alexander Couzens <lynxis@fe80.eu> |