CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there
[platform/kernel/u-boot.git] / common / serial.c
index 03bbb19..75cc1bb 100644 (file)
@@ -149,7 +149,7 @@ void serial_stdio_init(void)
        }
 }
 
-int serial_assign(char *name)
+int serial_assign(const char *name)
 {
        struct serial_device *s;