Author: mcayland Date: Tue Apr 9 21:25:48 2013 New Revision: 1117 URL: http://tracker.coreboot.org/trac/openbios/changeset/1117
Log: Remove /chosen "mmu" property from the default device tree (second attempt).
Not all architectures have an "mmu" property in /chosen, and having a NULL value causes the internal property formatting nodes to invoke a NULL ihandle reference. The architectures that require it already add it into the device tree as required during initialisation, so there should be no change in behaviour. As reported by Artyom Tarasenko.
Signed-off-by: Mark Cave-Ayland mark.cave-ayland@ilande.co.uk
Modified: trunk/openbios-devel/forth/device/tree.fs
Modified: trunk/openbios-devel/forth/device/tree.fs ============================================================================== --- trunk/openbios-devel/forth/device/tree.fs Tue Apr 9 21:25:46 2013 (r1116) +++ trunk/openbios-devel/forth/device/tree.fs Tue Apr 9 21:25:48 2013 (r1117) @@ -54,7 +54,6 @@ \ " hda1:/boot/vmunix" encode-string " bootpath" property \ " -as" encode-string " bootargs" property 0 encode-int " memory" property - 0 encode-int " mmu" property finish-device
\ END