X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fnetstal%2Fhcu5%2Fsdram.c;h=9ee9ab599b638624895e619bcd6f16387642b208;hb=9edd580e91d7eb031298294063f5aa9fa7f0a330;hp=5d457f7b21816a1c0d1b2b7d3849309f9332c59a;hpb=fc9970137c8f187b5938e4926224e0f3d46c3476;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/netstal/hcu5/sdram.c b/board/netstal/hcu5/sdram.c index 5d457f7..9ee9ab5 100644 --- a/board/netstal/hcu5/sdram.c +++ b/board/netstal/hcu5/sdram.c @@ -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.