Author: wmb Date: Mon Dec 20 21:58:26 2010 New Revision: 2090 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2090
Log: OLPC 1.75 - No need to setup the MFPRs/GPIOs in OFW, since CForth already does it. It's better to do it in one place to avoid the possibility of conflicts/errors.
Modified: cpu/arm/olpc/1.75/devices.fth
Modified: cpu/arm/olpc/1.75/devices.fth ============================================================================== --- cpu/arm/olpc/1.75/devices.fth Mon Dec 20 21:57:12 2010 (r2089) +++ cpu/arm/olpc/1.75/devices.fth Mon Dec 20 21:58:26 2010 (r2090) @@ -59,12 +59,8 @@ fload ${BP}/cpu/arm/mmp2/mfpr.fth fload ${BP}/cpu/arm/mmp2/gpio.fth
-\ fload ${BP}/cpu/arm/olpc/1.75/boardtwsi.fth -fload ${BP}/cpu/arm/olpc/1.75/boardgpio.fth : init-stuff acgr-clocks-on - init-mfprs - set-gpio-directions init-timers init-twsi ;