rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / board / pcippc2 / sconsole.c
index 3b19069..6ef38f4 100644 (file)
@@ -41,7 +41,7 @@ int serial_init (void)
        sb->pos  = 0;
        sb->size = 0;
        sb->baud = gd->baudrate;
-       sb->max_size = CFG_SCONSOLE_SIZE - sizeof (sconsole_buffer_t);
+       sb->max_size = CONFIG_SYS_SCONSOLE_SIZE - sizeof (sconsole_buffer_t);
 
        return (0);
 }