mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 04:05:40 +03:00
scripts/mkimg.arm: update rpi bootloader, remove unneeded initrd load address
This commit is contained in:
parent
b548980768
commit
e88b188c74
1 changed files with 5 additions and 5 deletions
|
@ -18,16 +18,16 @@ gpu_mem=256
|
||||||
gpu_mem_256=64
|
gpu_mem_256=64
|
||||||
[pi0]
|
[pi0]
|
||||||
kernel=boot/vmlinuz-rpi
|
kernel=boot/vmlinuz-rpi
|
||||||
initramfs boot/initramfs-rpi 0x08000000
|
initramfs boot/initramfs-rpi
|
||||||
[pi1]
|
[pi1]
|
||||||
kernel=boot/vmlinuz-rpi
|
kernel=boot/vmlinuz-rpi
|
||||||
initramfs boot/initramfs-rpi 0x08000000
|
initramfs boot/initramfs-rpi
|
||||||
[pi2]
|
[pi2]
|
||||||
kernel=boot/vmlinuz-rpi2
|
kernel=boot/vmlinuz-rpi2
|
||||||
initramfs boot/initramfs-rpi2 0x08000000
|
initramfs boot/initramfs-rpi2
|
||||||
[pi3]
|
[pi3]
|
||||||
kernel=boot/vmlinuz-rpi2
|
kernel=boot/vmlinuz-rpi2
|
||||||
initramfs boot/initramfs-rpi2 0x08000000
|
initramfs boot/initramfs-rpi2
|
||||||
[all]
|
[all]
|
||||||
include usercfg.txt
|
include usercfg.txt
|
||||||
EOF
|
EOF
|
||||||
|
@ -52,7 +52,7 @@ profile_rpi() {
|
||||||
And much more..."
|
And much more..."
|
||||||
image_ext="tar.gz"
|
image_ext="tar.gz"
|
||||||
arch="armhf"
|
arch="armhf"
|
||||||
rpi_firmware_commit="debe2d29bbc3df84f74672fae47f3a52fd0d40f1"
|
rpi_firmware_commit="32c28990b18908ce899c289bcd12c6e9daeb1588"
|
||||||
kernel_flavors="rpi rpi2"
|
kernel_flavors="rpi rpi2"
|
||||||
kernel_cmdline="dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1"
|
kernel_cmdline="dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1"
|
||||||
initrd_features="base bootchart squashfs ext2 ext3 ext4 f2fs kms mmc raid scsi usb"
|
initrd_features="base bootchart squashfs ext2 ext3 ext4 f2fs kms mmc raid scsi usb"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue