X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=board%2Ftb0229%2Ftb0229.c;h=d3f05b2738b06a422e8bc3499515273ccd47e129;hb=6d0f6bcf337c5261c08fabe12982178c2c489d76;hp=2abb4a7e2dc6373e9b1b4955b930e432f0d42acd;hpb=71edc271816ec82cf0550dd6980be2da3cc2ad9e;p=people%2Fms%2Fu-boot.git diff --git a/board/tb0229/tb0229.c b/board/tb0229/tb0229.c index 2abb4a7e2d..d3f05b2738 100644 --- a/board/tb0229/tb0229.c +++ b/board/tb0229/tb0229.c @@ -34,7 +34,7 @@ void pci_init_board (void) phys_size_t initdram(int board_type) { - return get_ram_size (CFG_SDRAM_BASE, 0x8000000); + return get_ram_size (CONFIG_SYS_SDRAM_BASE, 0x8000000); } int checkboard (void)