Changeset eb522e8 in mainline for kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
- Timestamp:
- 2011-06-01T08:43:42Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8d6c1f1
- Parents:
- 9e2e715 (diff), e51a514 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
r9e2e715 reb522e8 65 65 icp_output_init, 66 66 icp_input_init, 67 icp_get_irq_count 67 icp_get_irq_count, 68 icp_get_platform_name 68 69 }; 69 70 … … 291 292 .y = 480, 292 293 .scan = 2560, 293 .visual = VISUAL_ BGR_0_8_8_8,294 .visual = VISUAL_RGB_8_8_8_0, 294 295 }; 295 296 … … 299 300 fb_parea.pbase = ICP_FB; 300 301 fb_parea.frames = 300; 302 fb_parea.unpriv = false; 301 303 ddi_parea_register(&fb_parea); 302 304 } … … 342 344 } 343 345 346 const char *icp_get_platform_name(void) 347 { 348 return "integratorcp"; 349 } 350 344 351 /** @} 345 352 */
Note:
See TracChangeset
for help on using the changeset viewer.