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:
+1
-1
@@ -255,7 +255,7 @@ int bootmeth_setup_iter_order(struct bootflow_iter *iter, bool include_global);
|
||||
* This selects the ordering to use for bootmeths
|
||||
*
|
||||
* @order_str: String containing the ordering. This is a comma-separate list of
|
||||
* bootmeth-device names, e.g. "syslinux,efi". If empty then a default ordering
|
||||
* bootmeth-device names, e.g. "extlinux,efi". If empty then a default ordering
|
||||
* is used, based on the sequence number of devices (i.e. using aliases)
|
||||
* Return: 0 if OK, -ENODEV if an unknown bootmeth is mentioned, -ENOMEM if
|
||||
* out of memory, -ENOENT if there are no bootmeth devices
|
||||
|
||||
Reference in New Issue
Block a user