From 5790ac3375b3c2cc129e448a4580f88ec780ff43 Mon Sep 17 00:00:00 2001 From: JoseAaronLopezGarcia Date: Thu, 10 Oct 2024 11:34:01 +0200 Subject: [PATCH] allow installing new cipl on 6.60 --- loader/perma/cipl/installer/main.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/loader/perma/cipl/installer/main.c b/loader/perma/cipl/installer/main.c index d7747464..5b1cf94c 100644 --- a/loader/perma/cipl/installer/main.c +++ b/loader/perma/cipl/installer/main.c @@ -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"); }