summarylogtreecommitdiffstats
path: root/boot.txt
diff options
context:
space:
mode:
authorJack Chen2022-07-07 11:11:30 +0800
committerJack Chen2022-07-07 11:11:30 +0800
commitf98a2dc7ad1a2f7ef4a81930c705a707240bef65 (patch)
treeead42d34b04f8a26ec9eb5bc13f1a133c0b99577 /boot.txt
parent7d173f278818eb0755aba855371e46bf18e04b51 (diff)
downloadaur-f98a2dc7ad1a2f7ef4a81930c705a707240bef65.tar.gz
PKGBUILD: update boot.txt
Diffstat (limited to 'boot.txt')
-rw-r--r--boot.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.txt b/boot.txt
index 49c36946e3c2..f8be2dd65dd5 100644
--- a/boot.txt
+++ b/boot.txt
@@ -4,7 +4,7 @@ setenv bootargs earlyprintk root=/dev/%ROOTDEV% rw rootwait console=ttyS2,115200
if load ${devtype} ${devnum} ${kernel_addr_r} ${prefix}zImage; then
if load ${devtype} ${devnum} ${fdt_addr_r} ${prefix}dtbs/${fdtfile}; then
- if load ${devtype} ${devnum} ${ramdisk_addr_r} ${prefix}Initrd; then
+ if load ${devtype} ${devnum} ${ramdisk_addr_r} ${prefix}initramfs-linux.img; then
bootz ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r}
else
bootz ${kernel_addr_r} - ${fdt_addr_r}