Rev 852 | Rev 1396 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 852 | Rev 1135 | ||
|---|---|---|---|
| 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, 3); // gxemul framebuffer |
45 | fb_init(0xb2000000, 640, 480, 24, 1920); // gxemul framebuffer |
| 46 | #endif |
46 | #endif |
| 47 | } |
47 | } |
| 48 | } |
48 | } |