summaryrefslogtreecommitdiffstats
path: root/board/kup/common/kup.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kup/common/kup.c')
-rw-r--r--board/kup/common/kup.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/board/kup/common/kup.c b/board/kup/common/kup.c
index fec5407bc7..2418d59d86 100644
--- a/board/kup/common/kup.c
+++ b/board/kup/common/kup.c
@@ -70,14 +70,3 @@ void poweron_key (void)
else
setenv ("key1", "on");
}
-
-#ifdef CONFIG_POST
-/*
- * Returns 1 if keys pressed to start the power-on long-running tests
- * Called from board_init_f().
- */
-int post_hotkeys_pressed (void)
-{
- return (0);
-}
-#endif
OpenPOWER on IntegriCloud