diff --git a/drivers/io/io_fip.c b/drivers/io/io_fip.c index 6a7f123..8a95708 100644 --- a/drivers/io/io_fip.c +++ b/drivers/io/io_fip.c @@ -298,6 +298,7 @@ entity->info = (uintptr_t)¤t_file; } else { /* Did not find the file in the FIP. */ + current_file.entry.offset_address = 0; result = IO_FAIL; }