Skip to content

Commit

Permalink
unlock cipl installer for all supported models
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Apr 15, 2024
1 parent 733c6e9 commit d9c82c3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions loader/perma/cipl/installer/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,15 +328,13 @@ void newipl_menu(){
{(unsigned char*)payload_02G, size_payload_02G},
{(unsigned char*)payload_03G, size_payload_03G},
{(unsigned char*)payload_04G, size_payload_04G},
/*
{(unsigned char*)payload_05G, size_payload_05G},
{(unsigned char*)NULL, 0}, // 6g
{(unsigned char*)payload_07G, size_payload_07G},
{(unsigned char*)NULL, 0}, // 8g
{(unsigned char*)payload_09G, size_payload_09G}, // 9g
{(unsigned char*)payload_09G, size_payload_09G},
{(unsigned char*)NULL, 0}, // 10g
{(unsigned char*)payload_11G, size_payload_11G}, // 11g
*/
{(unsigned char*)payload_11G, size_payload_11G},
};

int supported_models = sizeof(ipl_table)/sizeof(ipl_table[0]);
Expand Down

0 comments on commit d9c82c3

Please sign in to comment.