Rev 838 | Rev 1135 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 838 | Rev 852 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | { |
37 | { |
38 | if (arc_enabled()) { |
38 | if (arc_enabled()) { |
39 | arc_console(); |
39 | arc_console(); |
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, 3); // gxemul framebuffer |
46 | #endif |
46 | #endif |
- | 47 | } |
|
47 | } |
48 | } |