uboot-mediatek: bpi-r3-mini: fix typo in bootmenu
authorDaniel Golle <daniel@makrotopia.org>
Fri, 16 Feb 2024 05:47:53 +0000 (05:47 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 16 Feb 2024 13:56:01 +0000 (13:56 +0000)
Fix typo in eMMC bootmenu.

Fixes: bc25519f98 ("uboot-mediatek: add builds for BananaPi BPi-R3 mini")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/boot/uboot-mediatek/patches/442-add-bpi-r3-mini.patch

index 5a7e0c4daf6c78acb7900dd7e780bf6905184d62..e54220878c2e0a087d76fb908d456c2669243695 100644 (file)
 +bootmenu_3=Boot recovery system from eMMC.=run boot_recovery ; run bootmenu_confirm_return
 +bootmenu_4=Load production system via TFTP then write to eMMC.=setenv noboot 1 ; setenv replacevol 1 ; run boot_tftp_production ; setenv noboot ; setenv replacevol ; run bootmenu_confirm_return
 +bootmenu_5=Load recovery system via TFTP then write to eMMC.=setenv noboot 1 ; setenv replacevol 1 ; run boot_tftp_recovery ; setenv noboot ; setenv replacevol ; run bootmenu_confirm_return
-+bootmenu_6=\e[31mLoad Airoha EN8811H firmware via TFTP then write to NAND.\e[0m=run boot_tftp_write_en8811h_fw ; run bootmenu_confirm_return
++bootmenu_6=\e[31mLoad Airoha EN8811H firmware via TFTP then write to eMMC.\e[0m=run boot_tftp_write_en8811h_fw ; run bootmenu_confirm_return
 +bootmenu_7=\e[31mLoad BL31+U-Boot FIP via TFTP then write to eMMC.\e[0m=run boot_tftp_write_fip ; run bootmenu_confirm_return
 +bootmenu_8=\e[31mLoad BL2 preloader via TFTP then write to eMMC.\e[0m=run boot_tftp_write_bl2 ; run bootmenu_confirm_return
 +bootmenu_9=Reboot.=reset