mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 07:42:25 +00:00
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:
parent
828da469b2
commit
2b68bc345a
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user