lib: fdtdec: Rename routine fdtdec_setup_memory_size()
[oweals/u-boot.git] / arch / arm / mach-socfpga / misc.c
index 77628e11818d6b74aa2a2f502187d91e2a9f3a31..a4f6d5c1ac9967cfb384356d375571223d364c48 100644 (file)
@@ -40,7 +40,7 @@ struct bsel bsel_str[] = {
 
 int dram_init(void)
 {
-       if (fdtdec_setup_memory_size() != 0)
+       if (fdtdec_setup_mem_size_base() != 0)
                return -EINVAL;
 
        return 0;