Skip to content

Commit

Permalink
h3: fix u-boot menu labels
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdump0815 committed Nov 26, 2023
1 parent 1e7a8ef commit a73145a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systems/allwinner_h3/extra-files/boot/extlinux/extlinux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ DEFAULT bpi
MENU TITLE banana pi and allwinner h3 tv box boot options

LABEL bpi
MENU LABEL linux
MENU LABEL bpi
LINUX ../zImage-KERNEL_VERSION
INITRD ../initrd.img-KERNEL_VERSION
FDT ../dtb-KERNEL_VERSION/sun7i-a20-bananapi.dtb
APPEND console=ttyS0,115200 console=tty1 root=ROOT_PARTUUID rootwait ro loglevel=8 sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 net.ifnames=0 fsck.repair=yes ipv6.disable=1 noresume apparmor=0 systemd.unified_cgroup_hierarchy=0

LABEL h3-box
MENU LABEL linux
MENU LABEL h3-box
LINUX ../zImage-KERNEL_VERSION
INITRD ../initrd.img-KERNEL_VERSION
FDT ../dtb-KERNEL_VERSION/sun8i-h3-libretech-all-h3-cc.dtb
Expand Down

0 comments on commit a73145a

Please sign in to comment.