Changeset 8c1eb69 in mainline
- Timestamp:
- 2009-04-20T22:49:19Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d6d04e7
- Parents:
- 8d049ee0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc32/loader/ofwarch.c
r8d049ee0 r8c1eb69 53 53 char device_name[BUF_SIZE]; 54 54 55 if (ofw_get_property(ofw_aliases, "macio", device_name, sizeof(device_name)) <= 0) 55 if ((ofw_get_property(ofw_aliases, "macio", device_name, sizeof(device_name)) <= 0) 56 && (ofw_get_property(ofw_aliases, "mac-io", device_name, sizeof(device_name)) <= 0)) 56 57 return false; 57 58
Note:
See TracChangeset
for help on using the changeset viewer.