aboutsummaryrefslogtreecommitdiff
path: root/include/bootm.h
diff options
context:
space:
mode:
authorThomas Huth2021-10-26 14:31:18 +0200
committerTom Rini2021-11-11 19:02:44 -0500
commit7e713067eef3f713b989416df0dfd061b087ac0f (patch)
tree0c582a5e56baef531941f2c45943cbf90deba2c4 /include/bootm.h
parentd50244e9d8583378770392fb429a0283b2b47885 (diff)
Remove LYNX KDI remainders
The last board that used to set CONFIG_LYNXKDI has been removed in commit 242836a893ae ("powerpc: ppc4xx: remove pcs440ep support"), doc/README.lynxkdi only talks about a MPC8260 board being supported, and the mpc8260 support has been removed four years ago in commit 2eb48ff7a210d ("powerpc, 8260: remove support for mpc8260") already, and common/lynxkdi.c only consists of an "#error" statement these days, so it seems like the LYNX KDI code is dead code nowadays. Let's remove it now. Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/bootm.h')
-rw-r--r--include/bootm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/bootm.h b/include/bootm.h
index 7f88ec718b8..48fc668cf3b 100644
--- a/include/bootm.h
+++ b/include/bootm.h
@@ -39,7 +39,6 @@ extern boot_os_fn do_bootm_linux;
extern boot_os_fn do_bootm_vxworks;
int do_bootelf(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
-void lynxkdi_boot(image_header_t *hdr);
boot_os_fn *bootm_os_get_boot_func(int os);