summaryrefslogtreecommitdiff
path: root/cmd/ufetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ufetch.c')
-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;