rename CFG_ macros to CONFIG_SYS
[platform/kernel/u-boot.git] / board / purple / sconsole.c
index f52d50d..cd9d871 100644 (file)
@@ -38,7 +38,7 @@ int serial_init (void)
 
        sb->pos  = 0;
        sb->size = 0;
-       sb->max_size = CFG_SCONSOLE_SIZE - sizeof (sconsole_buffer_t);
+       sb->max_size = CONFIG_SYS_SCONSOLE_SIZE - sizeof (sconsole_buffer_t);
 
        return (0);
 }