summaryrefslogtreecommitdiff
path: root/common/cmd_fdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_fdt.c')
-rw-r--r--common/cmd_fdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_fdt.c b/common/cmd_fdt.c
index 0947b72d20..20f5238bf5 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);
}