Skip to content

Commit

Permalink
allow installing new cipl on 6.60
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Oct 10, 2024
1 parent 2602400 commit 5790ac3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions loader/perma/cipl/installer/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,11 +371,6 @@ void newipl_menu(const char* config){

printf("New cIPL installation.\n");

// New cIPL should only be run via 6.61 FW
if(devkit != 0x06060110 ) {
ErrorExit(5000,"6.61 FW SUPPORTED ONLY!\n");
}

if(model >= supported_models || ipl_table[model] == NULL) {
ErrorExit(5000,"This installer does not support this model.\n");
}
Expand Down

0 comments on commit 5790ac3

Please sign in to comment.