ramips: implement clock API for RT305X
[openwrt.git] / target / linux / ramips / files / arch / mips / ralink / common / prom.c
index fb37274..b207b66 100644 (file)
@@ -46,7 +46,7 @@ static inline void *to_ram_addr(void *addr)
 static void __init prom_append_cmdline(const char *name,
                                       const char *value)
 {
-       char buf[CL_SIZE];
+       char buf[COMMAND_LINE_SIZE];
 
        snprintf(buf, sizeof(buf), " %s=%s", name, value);
        strlcat(arcs_cmdline, buf, sizeof(arcs_cmdline));
This page took 0.026101 seconds and 4 git commands to generate.