kumquat-buildroot/board/minnowboard/grub-minnowboard.cfg

7 lines
127 B
INI
Raw Normal View History

set default="0"
set timeout="5"
menuentry "Buildroot" {
linux /bzImage root=/dev/mmcblk0p2 rootwait console=ttyPCH0,115200
}