]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/netstal/hcu5/sdram.c
Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master
[karo-tx-uboot.git] / board / netstal / hcu5 / sdram.c
index 5d457f7b21816a1c0d1b2b7d3849309f9332c59a..9ee9ab599b638624895e619bcd6f16387642b208 100644 (file)
@@ -70,7 +70,6 @@ void dflush(void);
 
 void program_tlb(u32 phys_addr, u32 virt_addr, u32 size, u32 tlb_word2_i_value);
 
-#ifdef CONFIG_ADD_RAM_INFO
 void board_add_ram_info(int use_default)
 {
        PPC440_SYS_INFO board_cfg;
@@ -99,7 +98,6 @@ void board_add_ram_info(int use_default)
        val = DDR0_03_CASLAT_DECODE(val);
        printf(", CL%d)", val);
 }
-#endif
 
 /*--------------------------------------------------------------------
  * wait_for_dlllock.