From 78db3ad1254d7eff6f687f6d17f3d51c71460abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 13 Aug 2009 23:41:40 +0000 Subject: [PATCH] [GSoC] [ARM] Patch by Johannes Wischert. Fix wrong string comparison. (btw the coding style police will inspect this, beware :p) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32336 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/platform/u-boot/mmu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system/boot/platform/u-boot/mmu.cpp b/src/system/boot/platform/u-boot/mmu.cpp index 711c192fdf..ad956c03de 100644 --- a/src/system/boot/platform/u-boot/mmu.cpp +++ b/src/system/boot/platform/u-boot/mmu.cpp @@ -657,10 +657,10 @@ mmu_init(void) mmu_write_C1(mmu_read_C1() & ~((1<<29)|(1<<28)|(1<<0)));// access flag disabled, TEX remap disabled, mmu disabled //calculate lowest RAM adress from MEMORYMAP for(int i=0;i