dummycon: limit Arm console size hack to footbridge
[linux-2.6-microblaze.git] / arch / arm / kernel / atags_parse.c
index 33f6eb5..4c815da 100644 (file)
@@ -69,7 +69,7 @@ static int __init parse_tag_mem32(const struct tag *tag)
 
 __tagtable(ATAG_MEM, parse_tag_mem32);
 
-#if defined(CONFIG_VGA_CONSOLE) || defined(CONFIG_DUMMY_CONSOLE)
+#if defined(CONFIG_ARCH_FOOTBRIDGE) && defined(CONFIG_VGA_CONSOLE)
 static int __init parse_tag_videotext(const struct tag *tag)
 {
        screen_info.orig_x            = tag->u.videotext.x;