diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-01-12 04:06:40 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-12 12:09:06 -0500 |
commit | a2d823bf13efea4c859376f6e85c49cfbad7ab60 (patch) | |
tree | 0fd97fcd135e9a60adb08c62034f6fc2388120e1 /arch/m68k/kernel | |
parent | 3c9757b7c28161e073e7f408978b7ed01925924c (diff) |
[PATCH] m68k: console code in head.S needs framebuffer support built in
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/m68k/kernel')
-rw-r--r-- | arch/m68k/kernel/head.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/kernel/head.S b/arch/m68k/kernel/head.S index d4336d846df1..70002c146eed 100644 --- a/arch/m68k/kernel/head.S +++ b/arch/m68k/kernel/head.S | |||
@@ -273,8 +273,10 @@ | |||
273 | * Macintosh console support | 273 | * Macintosh console support |
274 | */ | 274 | */ |
275 | 275 | ||
276 | #ifdef CONFIG_FRAMEBUFFER_CONSOLE | ||
276 | #define CONSOLE | 277 | #define CONSOLE |
277 | #define CONSOLE_PENGUIN | 278 | #define CONSOLE_PENGUIN |
279 | #endif | ||
278 | 280 | ||
279 | /* | 281 | /* |
280 | * Macintosh serial debug support; outputs boot info to the printer | 282 | * Macintosh serial debug support; outputs boot info to the printer |