X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ftb0229%2Ftb0229.c;h=921bd3adcdb524cde53362e54541e88452d8ccc6;hb=6841785a0bb0f38175456a923edd634fb7dd6947;hp=d08b4224516da4b74eabd2f5061bccfad6a404a3;hpb=27f33e9f45ef7f9685cbdc65066a1828e85dde4f;p=u-boot diff --git a/board/tb0229/tb0229.c b/board/tb0229/tb0229.c index d08b422451..921bd3adcd 100644 --- a/board/tb0229/tb0229.c +++ b/board/tb0229/tb0229.c @@ -32,7 +32,7 @@ void pci_init_board (void) } #endif -long int initdram(int board_type) +phys_size_t initdram(int board_type) { return get_ram_size (CFG_SDRAM_BASE, 0x8000000); }