Rev 1812 | Rev 1888 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1812 | Rev 1837 | ||
|---|---|---|---|
| Line 125... | Line 125... | ||
| 125 | } |
125 | } |
| 126 | 126 | ||
| 127 | void arch_post_mm_init(void) |
127 | void arch_post_mm_init(void) |
| 128 | { |
128 | { |
| 129 | #ifdef CONFIG_FB |
129 | #ifdef CONFIG_FB |
| 130 | fb_init(0x12000000, 640, 480, 24, 1920); // gxemul framebuffer |
130 | fb_init(0x12000000, 640, 480, 24, 1920, false); // gxemul framebuffer |
| 131 | #endif |
131 | #endif |
| 132 | sysinfo_set_item_val("machine." STRING(MACHINE),NULL,1); |
132 | sysinfo_set_item_val("machine." STRING(MACHINE),NULL,1); |
| 133 | } |
133 | } |
| 134 | 134 | ||
| 135 | void arch_pre_smp_init(void) |
135 | void arch_pre_smp_init(void) |