]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/gen860t/gen860t.c
* Patches by Yuli Barcohen, 13 Jul 2003:
[people/ms/u-boot.git] / board / gen860t / gen860t.c
index 094eeef037e2535ab3b5f32e352717cc34e6c9e5..4921f5b14d30a4c9c1c576616c146f113fd71e8a 100644 (file)
@@ -302,4 +302,15 @@ board_poweroff(void)
     while (1);
 }
 
+#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;       /* No hotkeys supported */
+}
+#endif
+
 /* vim: set ts=4 sw=4 tw=78 : */