Merge "qca: fix kw issue"

This commit is contained in:
Linux Build Service Account 2018-04-06 10:31:18 -07:00 committed by Gerrit - the friendly Code Review server
commit 1bd1098d42

View file

@ -356,7 +356,7 @@ int config_select(unsigned int addr, char *rcmd, int rcmd_size)
if (config) {
printf("Manual device tree config selected!\n");
snprintf(dtb_config_name, sizeof(dtb_config_name), config);
strlcpy(dtb_config_name, config, sizeof(dtb_config_name));
} else {
config = fdt_getprop(gd->fdt_blob, 0, "config_name", NULL);