]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/makalu/makalu.c
POST: Remove duplicated post_hotkey_pressed() functions
[u-boot] / board / amcc / makalu / makalu.c
index 3d860af9a13048cc4d0f58a9b85a9c2b4f08f8f7..4afe0916652e852ebb1e31e7c802ee721e7ff93b 100644 (file)
@@ -236,14 +236,3 @@ int checkboard (void)
 
        return (0);
 }
-
-#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 */