mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
This remove the file boot.cmd to use an extlinux.conf instead. Signed-off-by: Louis Aussedat <aussedat.louis@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
5 lines
144 B
Plaintext
5 lines
144 B
Plaintext
label linux
|
|
kernel /Image
|
|
devicetree /sun50i-h5-nanopi-neo-plus2.dtb
|
|
append console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
|