diff options
author | Tom Rini <trini@konsulko.com> | 2023-05-14 11:27:18 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-05-14 11:27:18 -0400 |
commit | 177e506952a8ee34011590c4bd578d191fafb1ca (patch) | |
tree | 1c4be9b6329df4a1976125e87bf2fd8447990f29 /arch | |
parent | e94fbdd2729fdcd570035d43f67adda8e0dfc115 (diff) | |
parent | fba0e7380269771bb9587fce84e56a059ebf7d42 (diff) |
Merge branch '2023-05-13-bootstd-updates-and-improvements'
- Assorted bootstd fixes and cleanups. This should fix problems with
Debian, and make script-based distributions work when BOOTMETH_DISTRO
is enabled now (as BOOTMETH_DISTRO was renamed and then reintroduced).
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sandbox/dts/test.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 453e53db71a..6f9af489a37 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -86,8 +86,8 @@ filename-prefixes = "/", "/boot/"; bootdev-order = "mmc2", "mmc1"; - syslinux { - compatible = "u-boot,distro-syslinux"; + extlinux { + compatible = "u-boot,extlinux"; }; efi { |