]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/hisilicon/hikey/hikey.c
board_f: Drop setup_dram_config() wrapper
[people/ms/u-boot.git] / board / hisilicon / hikey / hikey.c
index df3b5e717ac97b263e04e594fbc61ed3f0a6daf2..0f0eb3acb8bd4eb9fde7b328e57aea37432e3e0d 100644 (file)
@@ -410,7 +410,7 @@ int dram_init(void)
        return 0;
 }
 
-void dram_init_banksize(void)
+int dram_init_banksize(void)
 {
        /*
         * Reserve regions below from DT memory node (which gets generated
@@ -442,6 +442,8 @@ void dram_init_banksize(void)
 
        gd->bd->bi_dram[5].start = 0x22000000;
        gd->bd->bi_dram[5].size = 0x1c000000;
+
+       return 0;
 }
 
 void reset_cpu(ulong addr)