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