ampere/jade: Upgrade kernel to 5.15

Signed-off-by: Chiao Yang <chiao.cs.yang@gmail.com>
Signed-off-by: KuiRong <605470060@gms.tku.edu.tw>
This commit is contained in:
Chiao Yang 2023-12-20 10:28:38 +08:00 committed by ron minnich
parent 828da469b2
commit 2b68bc345a

View File

@ -74,7 +74,7 @@ fetch: getkernel geturoot
getkernel:
rm -rf linux
git clone --depth=1 -b v5.7 --single-branch https://github.com/torvalds/linux
git clone --depth=1 -b v5.15 --single-branch https://github.com/torvalds/linux
(cd linux && make mrproper)
(cd linux && ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- make tinyconfig)