]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/x86/cpu/queensbay/tnc.c
x86: mmc: Move common FSP functions into a common file
[karo-tx-uboot.git] / arch / x86 / cpu / queensbay / tnc.c
index f9b3bfaada1240de94cf3076b5b5e0105efefe3e..30ab725bb9f42e100fb5474593684e7be2d8fd06 100644 (file)
@@ -43,30 +43,3 @@ int arch_cpu_init(void)
 
        return 0;
 }
-
-int print_cpuinfo(void)
-{
-       post_code(POST_CPU_INFO);
-       return default_print_cpuinfo();
-}
-
-void reset_cpu(ulong addr)
-{
-       /* cold reset */
-       outb(0x06, PORT_RESET);
-}
-
-void board_final_cleanup(void)
-{
-       u32 status;
-
-       /* call into FspNotify */
-       debug("Calling into FSP (notify phase INIT_PHASE_BOOT): ");
-       status = fsp_notify(NULL, INIT_PHASE_BOOT);
-       if (status != FSP_SUCCESS)
-               debug("fail, error code %x\n", status);
-       else
-               debug("OK\n");
-
-       return;
-}