mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-25 06:23:35 +08:00
6104cc4f10
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 lines
127 B
INI
7 lines
127 B
INI
set default="0"
|
|
set timeout="5"
|
|
|
|
menuentry "Buildroot" {
|
|
linux /bzImage root=/dev/mmcblk0p2 rootwait console=ttyPCH0,115200
|
|
}
|