diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2017-03-06 21:30:07 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-05-02 15:17:30 +0200 |
commit | d73045826a0c4dedca1f8a9cff93b2b0b790ac61 (patch) | |
tree | 87a061cb6319ea66340b09a219f735458be83234 /target/linux/archs38/Makefile | |
parent | 34e83930197410e1d7ff306792f7426b7dce9195 (diff) | |
download | upstream-d73045826a0c4dedca1f8a9cff93b2b0b790ac61.tar.gz upstream-d73045826a0c4dedca1f8a9cff93b2b0b790ac61.tar.bz2 upstream-d73045826a0c4dedca1f8a9cff93b2b0b790ac61.zip |
target/archs38: switch to 4.9 kernel
With update of ARC tools to arc-2016.09 based on GCC v6.x
we have to bump Linux kernel version so both toolchain and
the kernel use the same ARC ABIv4.
Signed-off-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Diffstat (limited to 'target/linux/archs38/Makefile')
-rw-r--r-- | target/linux/archs38/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/archs38/Makefile b/target/linux/archs38/Makefile index be0d722893..ef1785217f 100644 --- a/target/linux/archs38/Makefile +++ b/target/linux/archs38/Makefile @@ -13,7 +13,7 @@ BOARDNAME:=Synopsys DesignWare ARC HS38 MAINTAINER:=Alexey Brodkin <abrodkin@synopsys.com> SUBTARGETS:=generic -KERNEL_PATCHVER:=4.4 +KERNEL_PATCHVER:=4.9 DEVICE_TYPE:=developerboard |