Changeset 9644c69 in mainline
- Timestamp:
- 2010-05-14T19:30:15Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f173404
- Parents:
- ba4a63b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/src/main.c
rba4a63b8 r9644c69 101 101 * an unknown value of the "compatible" property is encountered. 102 102 */ 103 printf("Warning: Unknown architecture, assuming sun4u.\n"); 103 if (str_cmp(compatible, "sun4u") != 0) 104 printf("Warning: Unknown architecture, assuming sun4u.\n"); 104 105 arch = ARCH_SUN4U; 105 106 } else
Note:
See TracChangeset
for help on using the changeset viewer.