diff options
author | Thomas Huth <thuth@redhat.com> | 2021-11-13 18:13:50 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-12 21:26:59 -0500 |
commit | 0797e736d1ad820f889d99cca485dd09d33b785d (patch) | |
tree | 0aa27796abce301676980a4d6a4c52b7f4396efd /boot | |
parent | 790ba9fce82bff215cf05513278a7b52312b6b28 (diff) | |
download | u-boot-0797e736d1ad820f889d99cca485dd09d33b785d.zip u-boot-0797e736d1ad820f889d99cca485dd09d33b785d.tar.gz u-boot-0797e736d1ad820f889d99cca485dd09d33b785d.tar.bz2 |
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.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/boot/image.c b/boot/image.c index f792f2a..c7ab034 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", }, |