summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-07-14 08:54:19 -0600
committerTom Rini <[email protected]>2025-07-14 08:54:19 -0600
commit235e14b0f1ad7cfd46e18635f22a3cba7209c766 (patch)
tree6b75e89e8ebd5a0b759d7076a30a9bfa3613a8ae /cmd
parente80998a77b97fa52e9321a56e004d8adfd8125d7 (diff)
parent07ddbb89c9cc42a366807813dcb28fbd3e9d198b (diff)
Merge tag 'qcom-main-20250714' of https://source.denx.de/u-boot/custodians/u-boot-snapdragon
CI: https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/pipelines/27056 - Fix unused access in ufetch - Add missing clock for SM8650 - Port the Linux SPMI GPIO driver and port over SM8550 (other platforms should follow)
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ufetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ufetch.c b/cmd/ufetch.c
index 46bd16824e6..bc5db08eee1 100644
--- a/cmd/ufetch.c
+++ b/cmd/ufetch.c
@@ -93,7 +93,7 @@ static int do_ufetch(struct cmd_tbl *cmdtp, int flag, int argc,
const char *model, *compatible;
char *ipaddr;
int n_cmds, n_cpus = 0, compatlen;
- size_t size;
+ size_t size = 0;
ofnode np;
bool skip_ascii = false;