mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 09:42:22 +02:00
LynxOS needed the do_bootm_lynxkdi() function that got removed in7e713067ee
("Remove LYNX KDI remainders") - and that function needed a lynxkdi_boot() function, where the last implementation had been removed in98f705c9ce
("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>