summaryrefslogtreecommitdiff
path: root/boot/bootmeth_sandbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot/bootmeth_sandbox.c')
-rw-r--r--boot/bootmeth_sandbox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot/bootmeth_sandbox.c b/boot/bootmeth_sandbox.c
index 26c713bb5f3..92ba2e3f050 100644
--- a/boot/bootmeth_sandbox.c
+++ b/boot/bootmeth_sandbox.c
@@ -27,7 +27,8 @@ static int sandbox_read_bootflow(struct udevice *dev, struct bootflow *bflow)
}
static int sandbox_read_file(struct udevice *dev, struct bootflow *bflow,
- const char *file_path, ulong addr, ulong *sizep)
+ const char *file_path, ulong addr,
+ enum bootflow_img_t type, ulong *sizep)
{
return -ENOSYS;
}