Changeset 3f69f63d in mainline
- Timestamp:
- 2012-12-06T23:05:37Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d704d7f
- Parents:
- bcad855
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mips32.c
rbcad855 r3f69f63d 153 153 154 154 /* Set platform name. */ 155 #if def MACHINE_msim155 #if defined(MACHINE_msim) 156 156 platform = "msim"; 157 #endif 158 #if defined(MACHINE_lmalta) || defined(MACHINE_bmalta) 159 platform = "malta"; 157 160 #endif 158 161 sysinfo_set_item_data("platform", NULL, (void *) platform,
Note:
See TracChangeset
for help on using the changeset viewer.