Skip to content
Snippets Groups Projects
Commit 347c5bc7 authored by Gabor Juhos's avatar Gabor Juhos
Browse files

ar71xx: use COMMAND_LINE_SIZE

SVN-Revision: 19947
parent f96ecd02
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ static inline int is_valid_ram_addr(void *addr)
static void __init ar71xx_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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment