mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-05-12 09:41:59 +00:00
Simplify firmware setup, save at boot partition and let driver's installer copy when needed
This commit is contained in:
@@ -228,9 +228,8 @@ int fetch_linux(struct linux_info *info) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (resolve_device_firmwares(&initrd, &initrd_size) < 0) {
|
||||
notify("Something went wrong while resolving device firmwares - Aborting\n");
|
||||
return -1;
|
||||
if (dump_device_firmwares(initrd_path) < 0) {
|
||||
notify("Something went wrong while dumping device firmwares - Continuing\n");
|
||||
}
|
||||
|
||||
size_t vram_size;
|
||||
|
||||
Reference in New Issue
Block a user