summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-rpi3/files/patch-common_cmd__fdt.c
blob: 34dbcd7fda990440ea67df3211a80cf837ddf75a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- common/cmd_fdt.c.orig	2015-04-13 14:53:03 UTC
+++ common/cmd_fdt.c
@@ -44,7 +44,7 @@ void set_working_fdt_addr(ulong addr)
 
 	buf = map_sysmem(addr, 0);
 	working_fdt = buf;
-	setenv_ulong("fdtaddr", addr);
+	setenv_hex("fdtaddr", addr);
 }
 
 /*