diff options
Diffstat (limited to 'common/cmd_fdt.c')
-rw-r--r-- | common/cmd_fdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_fdt.c b/common/cmd_fdt.c index 0947b72d20c..20f5238bf55 100644 --- a/common/cmd_fdt.c +++ b/common/cmd_fdt.c @@ -55,7 +55,7 @@ void set_working_fdt_addr(void *addr) char buf[17]; working_fdt = addr; - + sprintf(buf, "%lx", (unsigned long)addr); setenv("fdtaddr", buf); } |