mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
board/cubietech/cubieboard1: use lowercase keywords in extlinux.conf file
This commit also updates the label name, and the unnecessary "default" entry is also removed. Signed-off-by: Scott Fan <fancp2007@gmail.com> Signed-off-by: Romain Naour <romain.naour@smile.fr>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
DEFAULT linux
|
||||
LABEL linux
|
||||
KERNEL /boot/zImage
|
||||
DEVICETREE /boot/sun4i-a10-cubieboard.dtb
|
||||
APPEND console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p1 rootwait
|
||||
label cubieboard-buildroot
|
||||
kernel /boot/zImage
|
||||
devicetree /boot/sun4i-a10-cubieboard.dtb
|
||||
append console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p1 rootwait
|
||||
|
||||
Reference in New Issue
Block a user