Changeset e19d667 in mainline for boot/arch/ppc32/loader/main.c
- Timestamp:
- 2008-05-29T15:26:41Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 136edca
- Parents:
- 33c058d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc32/loader/main.c
r33c058d3 re19d667 97 97 version_print(); 98 98 99 init_components(); 100 99 component_t components[COMPONENTS]; 100 init_components(components); 101 101 102 unsigned int i; 102 103 103 for (i = 0; i < COMPONENTS; i++) 104 104 check_align(components[i].start, components[i].name);
Note:
See TracChangeset
for help on using the changeset viewer.