]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/uc100/uc100.c
POST: Remove duplicated post_hotkey_pressed() functions
[karo-tx-uboot.git] / board / uc100 / uc100.c
index 38c7be6bad6d1b56a605c22ef50c1057531ea296..4dba2900dbcaaa31ee78e43dbac17a9d1208925d 100644 (file)
@@ -268,15 +268,3 @@ int misc_init_r (void)
 
        return 0;
 }
-
-
-#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