diff options
Diffstat (limited to 'arch/mips/jazz/setup.c')
| -rw-r--r-- | arch/mips/jazz/setup.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c index 7043f6b9ff3..0d0f054a02f 100644 --- a/arch/mips/jazz/setup.c +++ b/arch/mips/jazz/setup.c | |||
| @@ -76,15 +76,9 @@ void __init plat_mem_setup(void) | |||
| 76 | 76 | ||
| 77 | #ifdef CONFIG_VT | 77 | #ifdef CONFIG_VT |
| 78 | screen_info = (struct screen_info) { | 78 | screen_info = (struct screen_info) { |
| 79 | 0, 0, /* orig-x, orig-y */ | 79 | .orig_video_cols = 160, |
| 80 | 0, /* unused */ | 80 | .orig_video_lines = 64, |
| 81 | 0, /* orig_video_page */ | 81 | .orig_video_points = 16, |
| 82 | 0, /* orig_video_mode */ | ||
| 83 | 160, /* orig_video_cols */ | ||
| 84 | 0, 0, 0, /* unused, ega_bx, unused */ | ||
| 85 | 64, /* orig_video_lines */ | ||
| 86 | 0, /* orig_video_isVGA */ | ||
| 87 | 16 /* orig_video_points */ | ||
| 88 | }; | 82 | }; |
| 89 | #endif | 83 | #endif |
| 90 | 84 | ||
