]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/netstal/hcu5/hcu5.c
Move lib_$ARCH directories to arch/$ARCH/lib
[people/ms/u-boot.git] / board / netstal / hcu5 / hcu5.c
index 86156456441e771e85726dc3b42ced692a20ef5b..90433fe82d58ac1e813d82767441b53c3f04c65d 100644 (file)
@@ -49,7 +49,7 @@ extern flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS];
 
 /*
  * This function is run very early, out of flash, and before devices are
- * initialized. It is called by lib_ppc/board.c:board_init_f by virtue
+ * initialized. It is called by arch/ppc/lib/board.c:board_init_f by virtue
  * of being in the init_sequence array.
  *
  * The SDRAM has been initialized already -- start.S:start called
@@ -390,17 +390,6 @@ void pci_master_init(struct pci_controller *hose)
 }
 #endif  /* defined(CONFIG_PCI) */
 
-#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 */
-
 #if defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_BOARD_SETUP)
 void ft_board_setup(void *blob, bd_t *bd)
 {