]> Git Repo - buildroot-mgba.git/blob - board/minnowboard/grub.cfg
board/minnowboard: remove support for minnowboard
[buildroot-mgba.git] / board / minnowboard / grub.cfg
1 set default="0"
2 set timeout="5"
3
4 menuentry "Buildroot" {
5         linux /bzImage root=/dev/mmcblk2p2 rootwait console=tty0 console=ttyS0,115200
6 }
This page took 0.0243 seconds and 4 git commands to generate.