commit | 0797e736d1ad820f889d99cca485dd09d33b785d | [log] [tgz] |
---|---|---|
author | Thomas Huth <thuth@redhat.com> | Sat Nov 13 18:13:50 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 12 21:26:59 2022 -0500 |
tree | 0aa27796abce301676980a4d6a4c52b7f4396efd | |
parent | 790ba9fce82bff215cf05513278a7b52312b6b28 [diff] |
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>