]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/gen860t/gen860t.c
POST: Remove duplicated post_hotkey_pressed() functions
[karo-tx-uboot.git] / board / gen860t / gen860t.c
index 008f765af89aa89466aa10f6f52835c462587cf9..b37a0f24d493458b8da346f4d7a6da9760d96d93 100644 (file)
@@ -292,14 +292,3 @@ void board_poweroff (void)
        puts ("### Please power off the board ###\n");
        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