xilinx: versal: Use lowest memory for U-Boot
[platform/kernel/u-boot.git] / board / xilinx / versal / board.c
index 45cf1d2..3dc7044 100644 (file)
@@ -229,7 +229,7 @@ int dram_init_banksize(void)
 
 int dram_init(void)
 {
-       if (fdtdec_setup_mem_size_base() != 0)
+       if (fdtdec_setup_mem_size_base_lowest() != 0)
                return -EINVAL;
 
        return 0;