commit | 79f663515a8a55bdcb7496d3db51462b6ff7c0c2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 10 16:34:46 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat May 13 09:52:32 2023 -0400 |
tree | 186981198b5434e049fbf3ead359c37bbc590369 | |
parent | c8894348454aef103a29e5afbfe45c0959b9d45b [diff] |
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>