diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2017-03-06 21:30:08 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-05-02 15:17:30 +0200 |
commit | 491abe8c998381983caa3e411bcef5117e5cfbbb (patch) | |
tree | 695a4abc2f3a08667835650c61b7987f92130a68 /target/linux/arc770/Makefile | |
parent | d73045826a0c4dedca1f8a9cff93b2b0b790ac61 (diff) | |
download | upstream-491abe8c998381983caa3e411bcef5117e5cfbbb.tar.gz upstream-491abe8c998381983caa3e411bcef5117e5cfbbb.tar.bz2 upstream-491abe8c998381983caa3e411bcef5117e5cfbbb.zip |
target/arc770: 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/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 6492529503..8b164f4ccf 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.4 +KERNEL_PATCHVER:=4.9 DEVICE_TYPE:=developerboard |