Author: wmb Date: Thu Jul 14 10:01:12 2011 New Revision: 2366 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2366
Log: OLPC XO-1.75 - load the EC keyboard node before the SP keyboard node so that the backlight and volume control keys apply to the SP keyboard node instead of the EC one.
Modified: cpu/arm/olpc/1.75/devices.fth
Modified: cpu/arm/olpc/1.75/devices.fth ============================================================================== --- cpu/arm/olpc/1.75/devices.fth Thu Jul 14 09:39:30 2011 (r2365) +++ cpu/arm/olpc/1.75/devices.fth Thu Jul 14 10:01:12 2011 (r2366) @@ -275,9 +275,8 @@ devalias ext /sd/disk@1 devalias net /wlan \ XXX should report-net in case of USB Ethernet
-fload ${BP}/cpu/arm/olpc/spcmd.fth - fload ${BP}/dev/olpc/kb3700/spicmd.fth +fload ${BP}/cpu/arm/olpc/spcmd.fth
devalias keyboard /ec-spi/keyboard
openfirmware@openfirmware.info