Merge branch 'next' of ../next
[platform/kernel/u-boot.git] / board / amcc / makalu / makalu.c
index 3d860af..4afe091 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 */