Changeset 8ff0bd2 in mainline for kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
- Timestamp:
- 2011-09-04T11:30:58Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03bc76a
- Parents:
- d2c67e7 (diff), deac215e (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
rd2c67e7 r8ff0bd2 48 48 #include <arch/mach/integratorcp/integratorcp.h> 49 49 #include <genarch/fb/fb.h> 50 #include < genarch/fb/visuals.h>50 #include <abi/fb/visuals.h> 51 51 #include <ddi/ddi.h> 52 52 #include <print.h> 53 53 54 54 #define SDRAM_SIZE (sdram[((*(uint32_t *)(ICP_CMCR+ICP_SDRAMCR_OFFSET) & ICP_SDRAM_MASK) >> 2)]) 55 static parea_t fb_parea;56 55 static icp_hw_map_t icp_hw_map; 57 56 static irq_t icp_timer_irq; … … 296 295 297 296 outdev_t *fbdev = fb_init(&prop); 298 if (fbdev) {297 if (fbdev) 299 298 stdout_wire(fbdev); 300 fb_parea.pbase = ICP_FB;301 fb_parea.frames = 300;302 fb_parea.unpriv = false;303 ddi_parea_register(&fb_parea);304 }305 299 #endif 306 300 }
Note:
See TracChangeset
for help on using the changeset viewer.