]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/udbg.c
[POWERPC] Use udbg_early_init() on ppc32
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / udbg.c
index 194a93eeb3e7c2c402e54275db7074704930a27c..7e0971868fc25ec77377feb5ac7c34e195a1fd8f 100644 (file)
@@ -49,6 +49,8 @@ void __init udbg_early_init(void)
        udbg_init_debug_beat();
 #elif defined(CONFIG_PPC_EARLY_DEBUG_PAS_REALMODE)
        udbg_init_pas_realmode();
+#elif defined(CONFIG_BOOTX_TEXT)
+       udbg_init_btext();
 #endif
 }