]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/kilauea/kilauea.c
Merge branch 'master' into next
[u-boot] / board / amcc / kilauea / kilauea.c
index 2f99ea1130aa0c864c711e0383b61d1b132290fd..8ce244555acfdde7cb9c891368807860c948c082 100644 (file)
@@ -284,14 +284,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 */