X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fronetix%2Fpm9261%2Fpm9261.c;h=79073d8aaaf15191ac430d6dbcb9397fed589712;hb=ad99abe8e721b948db3b6ab1c2cf10f3de5560e9;hp=e2cb94ee13b2e8be6881edd1becff8a3edf56614;hpb=3fc304b8d77ce6646d38ae506e9fae74b9975631;p=u-boot diff --git a/board/ronetix/pm9261/pm9261.c b/board/ronetix/pm9261/pm9261.c index e2cb94ee13..79073d8aaa 100644 --- a/board/ronetix/pm9261/pm9261.c +++ b/board/ronetix/pm9261/pm9261.c @@ -264,10 +264,12 @@ int dram_init(void) return 0; } -void dram_init_banksize(void) +int dram_init_banksize(void) { gd->bd->bi_dram[0].start = PHYS_SDRAM; gd->bd->bi_dram[0].size = PHYS_SDRAM_SIZE; + + return 0; } #ifdef CONFIG_RESET_PHY_R