diff options
author | Robert Marko <robimarko@gmail.com> | 2024-03-28 13:24:36 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-03-29 09:58:45 +0100 |
commit | 00c26f472811f6fc722f202a9fb1a23edb66efcd (patch) | |
tree | ae19307542c5777f38347aedc52ef1367f543816 /target/linux | |
parent | de8a6ce5ea1fc328bae6b82296e342ab0697dd3b (diff) |
archs38: default to kernel 6.1
Default to kernel 6.1 on archs38.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/archs38/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/archs38/Makefile b/target/linux/archs38/Makefile index 5d69da9a4b..e352c58957 100644 --- a/target/linux/archs38/Makefile +++ b/target/linux/archs38/Makefile @@ -11,8 +11,7 @@ BOARDNAME:=Synopsys DesignWare ARC HS38 FEATURES:=source-only SUBTARGETS:=generic -KERNEL_PATCHVER:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 DEVICE_TYPE:=basic |