diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-03-21 14:05:55 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2020-03-21 18:17:04 +0100 |
commit | 349ad62341dfa61280206c352c75e78e7f441efe (patch) | |
tree | 559094c4dee0a277ad85998b745cd244996df548 /target/linux | |
parent | 7fc155fd4142fff96646efbbc3d903ec696a4952 (diff) | |
download | upstream-349ad62341dfa61280206c352c75e78e7f441efe.tar.gz upstream-349ad62341dfa61280206c352c75e78e7f441efe.tar.bz2 upstream-349ad62341dfa61280206c352c75e78e7f441efe.zip |
gemini: Bump kernel to v5.4
The v5.4 kernel already works much better than v4.19
as so many things got upstreamed so let's just bump
it to kernel v5.4.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/gemini/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index 14e786f8bb..0835adc41d 100644 --- a/target/linux/gemini/Makefile +++ b/target/linux/gemini/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Cortina Systems CS351x FEATURES:=squashfs pci rtc usb dt gpio display ext4 rootfs-part boot-part CPU_TYPE:=fa526 -KERNEL_PATCHVER:=4.19 +KERNEL_PATCHVER:=5.4 define Target/Description Build firmware images for the StorLink/Cortina Gemini CS351x ARM FA526 CPU |