diff --git a/troposphere/reboot_to_payload/source/main.c b/troposphere/reboot_to_payload/source/main.c index 297f5fa..db2ab40 100644 --- a/troposphere/reboot_to_payload/source/main.c +++ b/troposphere/reboot_to_payload/source/main.c @@ -52,7 +52,6 @@ int main(int argc, char **argv) { - gfxInitDefault(); fsdevMountSdmc(); consoleInit(NULL); @@ -97,7 +96,7 @@ splExit(); } fsdevUnmountAll(); - gfxExit(); + consoleExit(NULL); return 0; }