]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/pcippc2/sconsole.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / pcippc2 / sconsole.c
index 3b190699f08557a9f79c40a658fb7969ec1b7a92..6ef38f437bfaecf9b5b40ec1a4fe7abf08967664 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);
 }