fusee: hide non-error logs behind splash screen (closes #328)

This commit is contained in:
Michael Scire 2019-01-26 00:50:38 -08:00
parent 3f6325c358
commit 901723621c
4 changed files with 12 additions and 8 deletions

View file

@ -43,7 +43,6 @@
#include "tsec.h"
#include "lp0.h"
#include "loader.h"
#include "splash_screen.h"
#include "exocfg.h"
#include "display/video_fb.h"
#include "lib/ini.h"
@ -567,9 +566,6 @@ uint32_t nxboot_main(void) {
print(SCREEN_LOG_LEVEL_INFO, "[NXBOOT]: Powering on the CCPLEX...\n");
/* Display splash screen. */
display_splash_screen_bmp(loader_ctx->custom_splash_path, (void *)0xC0000000);
/* Unmount everything. */
nxfs_unmount_all();