diff options
author | Evgeniy Didin <Evgeniy.Didin@synopsys.com> | 2018-06-19 13:40:54 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-19 14:32:47 +0200 |
commit | 56f3aee53149c82687fb90b2551defea6d0df8e9 (patch) | |
tree | 75c22f88f9df893918b13d0d8fda5232191307cf /target/linux/arc770/Makefile | |
parent | 0845a346661092f380ab88fd69f7c29f5247c61a (diff) | |
download | upstream-56f3aee53149c82687fb90b2551defea6d0df8e9.tar.gz upstream-56f3aee53149c82687fb90b2551defea6d0df8e9.tar.bz2 upstream-56f3aee53149c82687fb90b2551defea6d0df8e9.zip |
arc770: bump kernel to 4.14
Currently arc770 is no more "source-only".
Lets update Linux kernel version from 4.9 to 4.14 for arc770.
config-4.14 was simply regenerated with "make kernel_menuconfig".
Signed-off-by: Evgeniy Didin <Evgeniy.Didin@synopsys.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Cc: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/arc770/Makefile')
-rw-r--r-- | target/linux/arc770/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/arc770/Makefile b/target/linux/arc770/Makefile index 8b164f4ccf..b5e2d54065 100644 --- a/target/linux/arc770/Makefile +++ b/target/linux/arc770/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Synopsys DesignWare ARC 770D MAINTAINER:=Alexey Brodkin <abrodkin@synopsys.com> SUBTARGETS:=generic -KERNEL_PATCHVER:=4.9 +KERNEL_PATCHVER:=4.14 DEVICE_TYPE:=developerboard |