mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge "qca: fix kw issue"
This commit is contained in:
commit
1bd1098d42
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue