From f5ad74ca68e4e1132a586b16dadee02c74cd9b04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 14 Aug 2009 00:10:03 +0000 Subject: [PATCH] [ARM] Actually enable mmu_init() since it works for verdex now. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32338 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/platform/u-boot/start2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);