Skip to content
Snippets Groups Projects
Commit 099aea87 authored by Natanael Copa's avatar Natanael Copa
Browse files

scripts/mkimg.arm.sh: fix boot config for armv7 rpi4

We dont have rpi4 kernel for armhf but we have it for armv7.
parent bc97fb06
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,6 @@ rpi_gen_config() {
[pi3+]
kernel=boot/vmlinuz-rpi2
initramfs boot/initramfs-rpi2
[pi4]
kernel=boot/vmlinuz-rpi4
initramfs boot/initramfs-rpi4
[all]
include usercfg.txt
EOF
......@@ -51,6 +48,9 @@ rpi_gen_config() {
[pi3+]
kernel=boot/vmlinuz-rpi2
initramfs boot/initramfs-rpi2
[pi4]
kernel=boot/vmlinuz-rpi4
initramfs boot/initramfs-rpi4
[all]
include usercfg.txt
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment