Changeset 12f952e5 in mainline for arch/ppc32/src/mm/memory_init.c
- Timestamp:
- 2006-03-12T17:20:43Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a82500ce
- Parents:
- c102a5c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified arch/ppc32/src/mm/memory_init.c ¶
rc102a5c8 r12f952e5 28 28 29 29 #include <arch/mm/memory_init.h> 30 #include <genarch/ofw/memory_init.h>31 30 #include <typedefs.h> 32 33 void preboot_read_config(void)34 {35 ofw_init_memmap();36 }37 31 38 32 size_t get_memory_size(void) 39 33 { 40 return ofw_get_memory_size();34 return 0; 41 35 }
Note:
See TracChangeset
for help on using the changeset viewer.