xref: /OK3568_Linux_fs/buildroot/board/minnowboard/grub.cfg (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1set default="0"
2set timeout="5"
3
4menuentry "Buildroot" {
5	linux /bzImage root=PARTLABEL=rootfs rootwait console=tty0 console=ttyS0,115200 net.ifnames=0
6}
7