|
@@ -369,6 +369,7 @@ marvel_io7_present(gct6_node *node)
|
|
|
static void __init
|
|
|
marvel_find_console_vga_hose(void)
|
|
|
{
|
|
|
+#ifdef CONFIG_VGA_HOSE
|
|
|
u64 *pu64 = (u64 *)((u64)hwrpb + hwrpb->ctbt_offset);
|
|
|
|
|
|
if (pu64[7] == 3) { /* TERM_TYPE == graphics */
|
|
@@ -402,6 +403,7 @@ marvel_find_console_vga_hose(void)
|
|
|
pci_vga_hose = hose;
|
|
|
}
|
|
|
}
|
|
|
+#endif
|
|
|
}
|
|
|
|
|
|
gct6_search_struct gct_wanted_node_list[] = {
|