diff options
Diffstat (limited to 'src/drivers/ati')
-rw-r--r-- | src/drivers/ati/ragexl/xlinit.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/drivers/ati/ragexl/xlinit.c b/src/drivers/ati/ragexl/xlinit.c index bcbce6c9b6..26a7caff0d 100644 --- a/src/drivers/ati/ragexl/xlinit.c +++ b/src/drivers/ati/ragexl/xlinit.c @@ -21,6 +21,13 @@ #include <device/pci_ids.h> #include <device/pci_ops.h> +// FIXME BTEXT console within coreboot has been obsoleted +// and will go away. The BTEXT code in this file should be +// fixed to export a framebuffer console through the coreboot +// table (and possibly make it available for bootsplash use) +// Hence do only remove this if you fix the code. +#define CONFIG_CONSOLE_BTEXT 0 + #if CONFIG_CONSOLE_BTEXT==1 #define PLL_CRTC_DECODE 0 |