diff --git a/libplatsupport/plat_include/pc99/platsupport/plat/serial.h b/libplatsupport/plat_include/pc99/platsupport/plat/serial.h index 3bf7bee49..15d0b0297 100644 --- a/libplatsupport/plat_include/pc99/platsupport/plat/serial.h +++ b/libplatsupport/plat_include/pc99/platsupport/plat/serial.h @@ -57,20 +57,20 @@ enum chardev_id { #if defined(CONFIG_LIB_PLAT_SUPPORT_SERIAL_PORT_X86_COM1) - #define DEFAULT_SERIAL_IOPORT SERIAL_CONSOLE_COM1_PORT - #define DEFAULT_SERIAL_INTERRUPT SERIAL_CONSOLE_COM1_IRQ +#define DEFAULT_SERIAL_IOPORT SERIAL_CONSOLE_COM1_PORT +#define DEFAULT_SERIAL_INTERRUPT SERIAL_CONSOLE_COM1_IRQ #elif defined(CONFIG_LIB_PLAT_SUPPORT_SERIAL_PORT_X86_COM2) - #define DEFAULT_SERIAL_IOPORT SERIAL_CONSOLE_COM2_PORT - #define DEFAULT_SERIAL_INTERRUPT SERIAL_CONSOLE_COM2_IRQ +#define DEFAULT_SERIAL_IOPORT SERIAL_CONSOLE_COM2_PORT +#define DEFAULT_SERIAL_INTERRUPT SERIAL_CONSOLE_COM2_IRQ #elif defined(CONFIG_LIB_PLAT_SUPPORT_SERIAL_PORT_X86_COM3) - #define DEFAULT_SERIAL_IOPORT SERIAL_CONSOLE_COM3_PORT - #define DEFAULT_SERIAL_INTERRUPT SERIAL_CONSOLE_COM3_IRQ +#define DEFAULT_SERIAL_IOPORT SERIAL_CONSOLE_COM3_PORT +#define DEFAULT_SERIAL_INTERRUPT SERIAL_CONSOLE_COM3_IRQ #elif defined(CONFIG_LIB_PLAT_SUPPORT_SERIAL_PORT_X86_COM4) - #define DEFAULT_SERIAL_IOPORT SERIAL_CONSOLE_COM4_PORT - #define DEFAULT_SERIAL_INTERRUPT SERIAL_CONSOLE_COM4_IRQ +#define DEFAULT_SERIAL_IOPORT SERIAL_CONSOLE_COM4_PORT +#define DEFAULT_SERIAL_INTERRUPT SERIAL_CONSOLE_COM4_IRQ #elif defined(CONFIG_LIB_PLAT_SUPPORT_SERIAL_TEXT_EGA) - /* Don't define a port for the EGA alphanumeric mode device */ +/* Don't define a port for the EGA alphanumeric mode device */ #else - #define DEFAULT_SERIAL_IOPORT SERIAL_CONSOLE_COM1_PORT - #define DEFAULT_SERIAL_INTERRUPT SERIAL_CONSOLE_COM1_IRQ +#define DEFAULT_SERIAL_IOPORT SERIAL_CONSOLE_COM1_PORT +#define DEFAULT_SERIAL_INTERRUPT SERIAL_CONSOLE_COM1_IRQ #endif