]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_fdt.c
x86: chromebook_link: Enable the debug UART
[u-boot] / common / cmd_fdt.c
index 682b6553958fe5afcf60fe78af4c3230f5d03915..4c18962d853283b501729d0b36c6326548c00a1c 100644 (file)
@@ -45,7 +45,7 @@ void set_working_fdt_addr(ulong addr)
 
        buf = map_sysmem(addr, 0);
        working_fdt = buf;
-       setenv_ulong("fdtaddr", addr);
+       setenv_hex("fdtaddr", addr);
 }
 
 /*