]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/amcc/sequoia/sequoia.c
Extend POST support for PPC440
[karo-tx-uboot.git] / board / amcc / sequoia / sequoia.c
index ba365aea3188e33a5b0f26dc2025206e94746454..b49179ba0d7f9c436342cfb5c9c9d45608e30d92 100644 (file)
@@ -586,3 +586,13 @@ int is_pci_host(struct pci_controller *hose)
        return (1);
 }
 #endif                         /* defined(CONFIG_PCI) */
+#if defined(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 /* CONFIG_POST */