]> git.sur5r.net Git - u-boot/blobdiff - board/gdsys/405ex/405ex.c
gdsys: Drop print_fpga_state function
[u-boot] / board / gdsys / 405ex / 405ex.c
index c1a583ffbe09fcbb80e0af44401b4e9931814e80..9e1c57f80857167c455dfafc90e926dbc16a1dc2 100644 (file)
@@ -24,14 +24,6 @@ int get_fpga_state(unsigned dev)
        return gd->arch.fpga_state[dev];
 }
 
-void print_fpga_state(unsigned dev)
-{
-       if (gd->arch.fpga_state[dev] & FPGA_STATE_DONE_FAILED)
-               puts("       Waiting for FPGA-DONE timed out.\n");
-       if (gd->arch.fpga_state[dev] & FPGA_STATE_REFLECTION_FAILED)
-               puts("       FPGA reflection test failed.\n");
-}
-
 int board_early_init_f(void)
 {
        u32 val;