Changeset 0a4e1c7 in mainline
- Timestamp:
- 2012-08-31T20:11:44Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f5299fa
- Parents:
- 0d57c3e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
r0d57c3e r0a4e1c7 70 70 71 71 static bool hw_map_init_called = false; 72 static bool vga_init = false;73 72 uint32_t sdram[8] = { 74 73 16777216, /* 16mb */ … … 286 285 { 287 286 #ifdef CONFIG_FB 287 static bool vga_init = false; 288 288 if (!vga_init) { 289 289 icp_vga_init();
Note:
See TracChangeset
for help on using the changeset viewer.