]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/amcc/katmai/katmai.c
Move arch/ppc to arch/powerpc
[karo-tx-uboot.git] / board / amcc / katmai / katmai.c
index 86dc923e7abbc77a3415c0cf465251d30537cd2e..0bbc75e7cf26909f824abb6ac11a01d61788ea96 100644 (file)
@@ -249,7 +249,7 @@ int checkboard (void)
 }
 
 /*
- * Override the default functions in cpu/ppc4xx/44x_spd_ddr2.c with
+ * Override the default functions in arch/powerpc/cpu/ppc4xx/44x_spd_ddr2.c with
  * board specific values.
  */
 u32 ddr_wrdtr(u32 default_val) {
@@ -279,17 +279,6 @@ int board_pcie_card_present(int port)
 }
 #endif /* defined(CONFIG_PCI) */
 
-#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 (ctrlc());
-}
-#endif
-
 int board_eth_init(bd_t *bis)
 {
        cpu_eth_init(bis);