Author: wmb Date: Thu Nov 18 20:47:03 2010 New Revision: 2029 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2029
Log: OLPC XO-1.75 - int and ext were swapped
Modified: cpu/arm/olpc/1.75/devices.fth
Modified: cpu/arm/olpc/1.75/devices.fth ============================================================================== --- cpu/arm/olpc/1.75/devices.fth Thu Nov 18 07:33:42 2010 (r2028) +++ cpu/arm/olpc/1.75/devices.fth Thu Nov 18 20:47:03 2010 (r2029) @@ -220,8 +220,8 @@
fload ${BP}/cpu/arm/olpc/1.75/sdhci.fth
-devalias int /sd/disk@1 -devalias ext /sd/disk@3 +devalias int /sd/disk@3 +devalias ext /sd/disk@1 devalias net /wlan \ XXX should report-net in case of USB Ethernet
fload ${BP}/dev/olpc/kb3700/spicmd.fth