Revert r739 since the update translations code only updates the OpenBIOS properties and not the real MMU translations.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@740 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Mark Cave-Ayland
2010-04-12 10:03:05 +00:00
committed by Mark Cave-Ayland
parent 35a7ef00a2
commit 2f18dff299

View File

@@ -401,6 +401,8 @@ static ucell ofmem_claim_phys_( ucell phys, ucell size, ucell align,
}
add_entry( phys, size, &ofmem->phys_range );
ofmem_update_translations();
return phys;
}