Changeset bcad855 in mainline for kernel/arch/mips32/src/mips32.c
- Timestamp:
- 2012-12-06T23:03:08Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3f69f63d
- Parents:
- 295732b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/mips32.c
r295732b rbcad855 71 71 size_t cpu_count = 0; 72 72 73 #if defined(MACHINE_lmalta) || defined(MACHINE_bmalta) 74 size_t sdram_size = 0; 75 #endif 76 73 77 /** Performs mips32-specific initialization before main_bsp() is called. */ 74 78 void arch_pre_main(void *entry __attribute__((unused)), bootinfo_t *bootinfo) … … 88 92 cpu_count++; 89 93 } 94 95 #if defined(MACHINE_lmalta) || defined(MACHINE_bmalta) 96 sdram_size = bootinfo->sdram_size; 97 #endif 90 98 } 91 99
Note:
See TracChangeset
for help on using the changeset viewer.