]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/sbc8641d/sbc8641d.c
86xx: Remove redundant code in initdram
[karo-tx-uboot.git] / board / sbc8641d / sbc8641d.c
index aabefa9a7564c19d88b2040865ac32373b22ce2a..c4e987532494d1a7701a744e6ddd7e1029fe303f 100644 (file)
@@ -62,11 +62,6 @@ phys_size_t initdram (int board_type)
        dram_size = fixed_sdram ();
 #endif
 
-#if defined(CONFIG_SYS_RAMBOOT)
-       puts ("    DDR: ");
-       return dram_size;
-#endif
-
        puts ("    DDR: ");
        return dram_size;
 }