]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/kup/common/kup.c
POST: Remove duplicated post_hotkey_pressed() functions
[karo-tx-uboot.git] / board / kup / common / kup.c
index fec5407bc742bf3f8edb4d38730b8e82556026b1..2418d59d866c6a0b945321eadd6da87671e9d76f 100644 (file)
@@ -70,14 +70,3 @@ void poweron_key (void)
        else
                setenv ("key1", "on");
 }
-
-#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);
-}
-#endif