]> git.sur5r.net Git - u-boot/blobdiff - board/uc100/uc100.c
Rename getenv_r() into getenv_f()
[u-boot] / board / uc100 / uc100.c
index 38c7be6bad6d1b56a605c22ef50c1057531ea296..bdee4de366e48fc44b84cbcca0b6eb2e64979cdf 100644 (file)
@@ -150,7 +150,7 @@ int board_switch(void)
 int checkboard (void)
 {
        char str[64];
-       int i = getenv_("serial#", str, sizeof(str));
+       int i = getenv_f("serial#", str, sizeof(str));
 
        puts ("Board: ");
 
@@ -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