Files
bsdports/system/u-boot-rpi2/files/patch-common_cmd__fdt.c
2019-12-26 07:26:06 +00:00

12 lines
226 B
C

--- common/cmd_fdt.c.orig 2015-04-23 20:55:46.193272000 -0300
+++ common/cmd_fdt.c
@@ -44,7 +44,7 @@
buf = map_sysmem(addr, 0);
working_fdt = buf;
- setenv_ulong("fdtaddr", addr);
+ setenv_hex("fdtaddr", addr);
}
/*