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, 11 insertions, 0 deletions
diff --git a/board/kup/common/kup.c b/board/kup/common/kup.c
index 69ffa2c2c0..d018e3cc5d 100644
--- a/board/kup/common/kup.c
+++ b/board/kup/common/kup.c
@@ -70,3 +70,14 @@ 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