bootstd: Rename distro and syslinux to extlinux
We use the terms 'distro' to mean extlinux but they are not really the same. 'Distro' could refer to any method of booting a distribution, whereas extlinux is a particular method. Also we sometimes use syslinux, but it is better to use the same term in all cases. Rename distro to syslinux and also update bootstd uses of syslinux to use extlinux instead. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -7,8 +7,8 @@ device (bootdev). These are normally created as children of the bootstd device.
|
||||
Required properties:
|
||||
|
||||
compatible:
|
||||
"u-boot,distro-syslinux" - distro boot from a block device
|
||||
"u-boot,distro-pxe" - distro boot from a network device
|
||||
"u-boot,extlinux" - distro boot from a block device
|
||||
"u-boot,extlinux-pxe" - distro boot from a network device
|
||||
"u-boot,distro-efi" - EFI boot from an .efi file
|
||||
"u-boot,efi-bootmgr" - EFI boot using boot manager (bootmgr)
|
||||
|
||||
@@ -21,8 +21,8 @@ Example:
|
||||
filename-prefixes = "/", "/boot/";
|
||||
bootdev-order = "mmc2", "mmc1";
|
||||
|
||||
syslinux {
|
||||
compatible = "u-boot,distro-syslinux";
|
||||
extlinux {
|
||||
compatible = "u-boot,extlinux";
|
||||
};
|
||||
|
||||
efi {
|
||||
|
||||
@@ -26,8 +26,8 @@ Example:
|
||||
filename-prefixes = "/", "/boot/";
|
||||
bootdev-order = "mmc2", "mmc1";
|
||||
|
||||
syslinux {
|
||||
compatible = "u-boot,distro-syslinux";
|
||||
extlinux {
|
||||
compatible = "u-boot,extlinux";
|
||||
};
|
||||
|
||||
efi {
|
||||
|
||||
Reference in New Issue
Block a user