]> Git Repo - J-u-boot.git/blobdiff - fs/fs.c
rockchip: rk3399-gru: Include pinctrl and regulators in SPL
[J-u-boot.git] / fs / fs.c
diff --git a/fs/fs.c b/fs/fs.c
index 21a23efd932d730fa6893d331992a3aff54ac6c1..99ddcc5e37be590942c6e0689a4522076b814694 100644 (file)
--- a/fs/fs.c
+++ b/fs/fs.c
@@ -554,7 +554,7 @@ static int fs_read_lmb_check(const char *filename, ulong addr, loff_t offset,
 
        lmb_dump_all();
 
-       if (lmb_alloc_addr(addr, read_len) == addr)
+       if (lmb_alloc_addr(addr, read_len, LMB_NONE) == addr)
                return 0;
 
        log_err("** Reading file would overwrite reserved memory **\n");
This page took 0.024365 seconds and 4 git commands to generate.