Changeset 9e19672e in mainline for kernel/arch/arm32/src/mach/gta02/gta02.c
- Timestamp:
- 2010-07-12T10:30:21Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c40e6ef
- Parents:
- 5c032932
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mach/gta02/gta02.c
r5c032932 r9e19672e 63 63 64 64 static void *gta02_scons_out; 65 static parea_t fb_parea;66 65 67 66 struct arm_machine_ops gta02_machine_ops = { … … 111 110 { 112 111 #ifdef CONFIG_FB 112 parea_t fb_parea; 113 113 114 fb_properties_t prop = { 114 115 .addr = GTA02_FB_BASE,
Note:
See TracChangeset
for help on using the changeset viewer.