Rev 837 | Rev 852 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 837 | Rev 838 | ||
|---|---|---|---|
| Line 40... | Line 40... | ||
| 40 | } else if (serial_init()) { |
40 | } else if (serial_init()) { |
| 41 | serial_console(); |
41 | serial_console(); |
| 42 | } else |
42 | } else |
| 43 | msim_console(); |
43 | msim_console(); |
| 44 | #ifdef CONFIG_FB |
44 | #ifdef CONFIG_FB |
| 45 | fb_init(0xb2000000, 640, 480); |
45 | fb_init(0xb2000000, 640, 480, 3); // gxemul framebuffer |
| 46 | #endif |
46 | #endif |
| 47 | } |
47 | } |