]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/pcippc2/sconsole.c
imported Freescale specific U-Boot additions for i.MX28,... release L2.6.31_10.08.01
[karo-tx-uboot.git] / board / pcippc2 / sconsole.c
index 3b190699f08557a9f79c40a658fb7969ec1b7a92..6ef38f437bfaecf9b5b40ec1a4fe7abf08967664 100755 (executable)
@@ -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);
 }