Commit 4ef5cb42 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

storage: reinitialize after writing sdbfs image

parent 553bd0cb
......@@ -897,6 +897,9 @@ int storage_gensdbfs(int mem_type, uint32_t base_adr, uint32_t blocksize,
}
}
/* re-initialize storage after writing sdbfs image */
storage_init(WRPC_FMC_I2C, FMC_EEPROM_ADR);
return mem_type;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment