fusee: mariko sdram initialization

This commit is contained in:
hexkyz
2020-11-23 19:11:15 +00:00
committed by SciresM
parent 198bdacaf4
commit 4cd56f8423
35 changed files with 12590 additions and 8104 deletions

View File

@@ -108,7 +108,7 @@ static void setup_env(void) {
g_framebuffer = (void *)0xC0000000;
/* Initialize hardware. */
nx_hwinit();
nx_hwinit_erista(false);
/* Zero-fill the framebuffer and register it as printk provider. */
video_init(g_framebuffer);