Remove early video init, don't need the debug output anymore.
This commit is contained in:
parent
32064fee1b
commit
c5dbfbe5fc
@ -137,7 +137,6 @@ _start(void)
|
||||
// To debug mmu, enable serial_init above me!
|
||||
mmu_init();
|
||||
|
||||
platform_init_video();
|
||||
// Map in the boot archive loaded into memory by the firmware.
|
||||
args.platform.boot_tgz_size = BOOT_ARCHIVE_SIZE;
|
||||
args.platform.boot_tgz_data = (void*)mmu_map_physical_memory(
|
||||
|
Loading…
Reference in New Issue
Block a user