summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2021-11-13 20:13:50 +0300
committerTom Rini <trini@konsulko.com>2022-01-13 05:26:59 +0300
commit0797e736d1ad820f889d99cca485dd09d33b785d (patch)
tree0aa27796abce301676980a4d6a4c52b7f4396efd /boot
parent790ba9fce82bff215cf05513278a7b52312b6b28 (diff)
downloadu-boot-0797e736d1ad820f889d99cca485dd09d33b785d.tar.xz
LynxOS is no longer supported
LynxOS needed the do_bootm_lynxkdi() function that got removed in 7e713067ee ("Remove LYNX KDI remainders") - and that function needed a lynxkdi_boot() function, where the last implementation had been removed in 98f705c9ce ("powerpc: remove 4xx support") already. Looks like this OS is definitely not supported anymore, so remove it from the corresponding lists. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'boot')
-rw-r--r--boot/image.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/boot/image.c b/boot/image.c
index f792f2aa69..c7ab034e08 100644
--- a/boot/image.c
+++ b/boot/image.c
@@ -102,9 +102,6 @@ static const table_entry_t uimage_os[] = {
{ IH_OS_INVALID, "invalid", "Invalid OS", },
{ IH_OS_ARM_TRUSTED_FIRMWARE, "arm-trusted-firmware", "ARM Trusted Firmware" },
{ IH_OS_LINUX, "linux", "Linux", },
-#if defined(USE_HOSTCC)
- { IH_OS_LYNXOS, "lynxos", "LynxOS", },
-#endif
{ IH_OS_NETBSD, "netbsd", "NetBSD", },
{ IH_OS_OSE, "ose", "Enea OSE", },
{ IH_OS_PLAN9, "plan9", "Plan 9", },