diff --git a/src/system/boot/platform/u-boot/start2.c b/src/system/boot/platform/u-boot/start2.c index e42c018c05..f466adadf6 100644 --- a/src/system/boot/platform/u-boot/start2.c +++ b/src/system/boot/platform/u-boot/start2.c @@ -175,7 +175,7 @@ start_raw(int argc, char **argv) dump_uimage(gUImage); } -// mmu_init(); + mmu_init(); // wait a bit to give the user the opportunity to press a key // spin(750000);