mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-08 13:00:57 +01:00
ARM: qca: socinfo: Fixed soc_version_minor
Change-Id: Iaefb3b3c6554408e3d635fb55568aaed9b78a164 Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
This commit is contained in:
parent
a6333cab32
commit
fd7111aa24
1 changed files with 2 additions and 2 deletions
|
|
@ -844,8 +844,8 @@ void ipq_fdt_fixup_socinfo(void *blob)
|
|||
__func__, soc_version_major);
|
||||
|
||||
ret = fdt_setprop(blob, nodeoff, "soc_version_minor",
|
||||
&soc_version_major,
|
||||
sizeof(soc_version_major));
|
||||
&soc_version_minor,
|
||||
sizeof(soc_version_minor));
|
||||
if (ret)
|
||||
printf("%s: cannot set soc_version_minor %d\n",
|
||||
__func__, soc_version_minor);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue